Skip to content

Commit 0306876

Browse files
waynexiaJefffrey
andauthored
Update datafusion/core/tests/physical_optimizer/filter_pushdown/mod.rs
Co-authored-by: Jeffrey Vo <[email protected]>
1 parent bd82932 commit 0306876

File tree

1 file changed

+1
-1
lines changed
  • datafusion/core/tests/physical_optimizer/filter_pushdown

1 file changed

+1
-1
lines changed

datafusion/core/tests/physical_optimizer/filter_pushdown/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1095,7 +1095,7 @@ async fn test_hashjoin_dynamic_filter_pushdown_partitioned() {
10951095
// Top-level CoalesceBatchesExec
10961096
let cb =
10971097
Arc::new(CoalesceBatchesExec::new(hash_join, 8192)) as Arc<dyn ExecutionPlan>;
1098-
// Top-level CoalescePartitionsxec
1098+
// Top-level CoalescePartitionsExec
10991099
let cp = Arc::new(CoalescePartitionsExec::new(cb)) as Arc<dyn ExecutionPlan>;
11001100
// Add a sort for determistic output
11011101
let plan = Arc::new(SortExec::new(

0 commit comments

Comments
 (0)