Skip to content

Commit a6a366d

Browse files
committed
WIP: Remove topk-related println
1 parent efcdb20 commit a6a366d

File tree

1 file changed

+0
-2
lines changed
  • rust/cubestore/cubestore/src/queryplanner/topk

1 file changed

+0
-2
lines changed

rust/cubestore/cubestore/src/queryplanner/topk/plan.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -358,8 +358,6 @@ pub fn plan_topk(
358358
input: Arc<dyn ExecutionPlan>,
359359
ctx: &SessionState,
360360
) -> Result<Arc<dyn ExecutionPlan>, DataFusionError> {
361-
println!("Planning topk node: {}\n{}", pp_topk_line(node), pp_plan(node.input.as_ref()));
362-
363361
// Partial aggregate on workers. Mimics corresponding planning code from DataFusion.
364362
let physical_input_schema = input.schema();
365363
let logical_input_schema = node.input.schema();

0 commit comments

Comments
 (0)