We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f49d7b3 commit 2782bc5Copy full SHA for 2782bc5
1 file changed
datafusion/physical-plan/src/sorts/sort.rs
@@ -53,7 +53,7 @@ use crate::{
53
Statistics,
54
};
55
56
-use arrow::array::{Array, RecordBatch, RecordBatchOptions};
+use arrow::array::{RecordBatch, RecordBatchOptions};
57
use arrow::compute::{concat_batches, lexsort_to_indices, take_arrays};
58
use arrow::datatypes::SchemaRef;
59
use datafusion_common::config::SpillCompression;
0 commit comments