We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cfd1cf commit 94f08ffCopy full SHA for 94f08ff
datafusion/physical-plan/src/joins/sort_merge_join.rs
@@ -304,11 +304,10 @@ impl SortMergeJoinExec {
304
let output_partitioning =
305
symmetric_join_output_partitioning(left, right, &join_type);
306
307
- // TODO: Emission type may be incremental if the input is sorted
308
PlanProperties::new(
309
eq_properties,
310
output_partitioning,
311
- EmissionType::Final,
+ EmissionType::Incremental,
312
boundedness_from_children([left, right]),
313
)
314
}
0 commit comments