Skip to content

Commit 5c2c0fb

Browse files
Subham SinghalSubham Singhal
authored andcommitted
Adds UT
1 parent 48fd178 commit 5c2c0fb

2 files changed

Lines changed: 523 additions & 14 deletions

File tree

datafusion/physical-plan/src/sorts/partitioned_topk.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,6 @@ impl PartitionedTopKExec {
232232
/// The output is sorted by `sort_exprs` (partition keys then order keys),
233233
/// uses the same partitioning as the input, emits all output at once
234234
/// (`EmissionType::Final`), and is bounded.
235-
236235
fn compute_properties(
237236
input: &Arc<dyn ExecutionPlan>,
238237
sort_exprs: LexOrdering,

0 commit comments

Comments
 (0)