Skip to content

Commit 85d8c39

Browse files
committed
Format bounded window agg exec
1 parent d473076 commit 85d8c39

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

datafusion/physical-plan/src/windows/bounded_window_agg_exec.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,13 @@ use datafusion_physical_expr_common::sort_expr::{
6565
OrderingRequirements, PhysicalSortExpr,
6666
};
6767

68+
use crate::execution_plan::CardinalityEffect;
6869
use ahash::RandomState;
6970
use futures::stream::Stream;
7071
use futures::{StreamExt, ready};
7172
use hashbrown::hash_table::HashTable;
7273
use indexmap::IndexMap;
7374
use log::debug;
74-
use crate::execution_plan::CardinalityEffect;
7575

7676
/// Window execution plan
7777
#[derive(Debug, Clone)]

0 commit comments

Comments
 (0)