Skip to content

Commit

Permalink
cargo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ctsk committed Feb 10, 2025
1 parent 066be2d commit 0d778f5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions datafusion/physical-plan/src/aggregates/order/partial.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
// under the License.

use arrow::array::ArrayRef;
use arrow::row::SortField;
use arrow_ord::partition::partition;
use arrow_schema::{Schema, SortOptions};
use datafusion_common::utils::{compare_rows, get_row_at_idx};
Expand All @@ -28,7 +27,6 @@ use std::cmp::Ordering;
use std::mem::size_of;
use std::sync::Arc;

use crate::sorts::sort;

/// Tracks grouping state when the data is ordered by some subset of
/// the group keys.
Expand Down

0 comments on commit 0d778f5

Please sign in to comment.