Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
alamb committed Dec 20, 2024
1 parent 65a64f2 commit de10c08
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion datafusion/physical-plan/src/sorts/streaming_merge.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
//! This is an order-preserving merge.
use crate::metrics::BaselineMetrics;
use crate::sorts::sort_preserving_merge::SortPreservingMergeExec;
use crate::sorts::{
merge::SortPreservingMergeStream,
stream::{FieldCursorStream, RowCursorStream},
Expand Down

0 comments on commit de10c08

Please sign in to comment.