We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48fd178 commit 5c2c0fbCopy full SHA for 5c2c0fb
2 files changed
datafusion/physical-plan/src/sorts/partitioned_topk.rs
@@ -232,7 +232,6 @@ impl PartitionedTopKExec {
232
/// The output is sorted by `sort_exprs` (partition keys then order keys),
233
/// uses the same partitioning as the input, emits all output at once
234
/// (`EmissionType::Final`), and is bounded.
235
-
236
fn compute_properties(
237
input: &Arc<dyn ExecutionPlan>,
238
sort_exprs: LexOrdering,
0 commit comments