Skip to content

Commit

Permalink
Update sort_merge_join.rs (#13894)
Browse files Browse the repository at this point in the history
  • Loading branch information
berkaysynnada authored Dec 24, 2024
1 parent 6cfd1cf commit 94f08ff
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions datafusion/physical-plan/src/joins/sort_merge_join.rs
Original file line number Diff line number Diff line change
Expand Up @@ -304,11 +304,10 @@ impl SortMergeJoinExec {
let output_partitioning =
symmetric_join_output_partitioning(left, right, &join_type);

// TODO: Emission type may be incremental if the input is sorted
PlanProperties::new(
eq_properties,
output_partitioning,
EmissionType::Final,
EmissionType::Incremental,
boundedness_from_children([left, right]),
)
}
Expand Down

0 comments on commit 94f08ff

Please sign in to comment.