Skip to content

Commit

Permalink
fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
Lordworms committed Jan 16, 2025
1 parent 347f10f commit d59d1c8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion datafusion/physical-plan/src/sorts/row_serde.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ use tokio::sync::mpsc::Sender;

use crate::stream::ReceiverStreamBuilder;
/// used for spill Rows
pub struct RowStreamBuilder {
inner: ReceiverStreamBuilder<Rows>,
}
Expand Down

0 comments on commit d59d1c8

Please sign in to comment.