Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
colin-ho committed Feb 9, 2024
1 parent e5f5528 commit c1d99d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/daft-plan/src/planner.rs
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@ pub fn plan(logical_plan: &LogicalPlan, cfg: Arc<DaftExecutionConfig>) -> DaftRe
} else {
let split_op = PhysicalPlan::FanoutByHash(FanoutByHash::new(
first_stage_agg.into(),
num_input_partitions,
1,
groupby.clone(),
));
PhysicalPlan::ReduceMerge(ReduceMerge::new(split_op.into()))
Expand Down

0 comments on commit c1d99d1

Please sign in to comment.