Skip to content

ref: Simplify expressions in physical plan #2166

ref: Simplify expressions in physical plan

ref: Simplify expressions in physical plan #2166

GitHub Actions / clippy failed Sep 29, 2023 in 1s

clippy

3 errors

Details

Results

Message level Amount
Internal compiler error 0
Error 3
Warning 0
Note 0
Help 0

Versions

  • rustc 1.72.1 (d5c2e9c34 2023-09-13)
  • cargo 1.72.1 (103a7ff2e 2023-08-15)
  • clippy 0.1.72 (d5c2e9c 2023-09-13)

Annotations

Check failure on line 5 in crates/sparrow-arrow/src/batch.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

unused import: `RecordBatch`

error: unused import: `RecordBatch`
 --> crates/sparrow-arrow/src/batch.rs:5:56
  |
5 |     Array, ArrayRef, ArrowPrimitiveType, BooleanArray, RecordBatch, TimestampNanosecondArray,
  |                                                        ^^^^^^^^^^^

Check failure on line 2 in crates/sparrow-arrow/src/batch.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

unused import: `arrow_array::cast::AsArray`

error: unused import: `arrow_array::cast::AsArray`
 --> crates/sparrow-arrow/src/batch.rs:2:5
  |
2 | use arrow_array::cast::AsArray;
  |     ^^^^^^^^^^^^^^^^^^^^^^^^^^

Check failure on line 1 in crates/sparrow-arrow/src/batch.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

unused import: `arrow::error::ArrowError`

error: unused import: `arrow::error::ArrowError`
 --> crates/sparrow-arrow/src/batch.rs:1:5
  |
1 | use arrow::error::ArrowError;
  |     ^^^^^^^^^^^^^^^^^^^^^^^^
  |
  = note: `-D unused-imports` implied by `-D warnings`