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 efcdb20 commit a6a366dCopy full SHA for a6a366d
rust/cubestore/cubestore/src/queryplanner/topk/plan.rs
@@ -358,8 +358,6 @@ pub fn plan_topk(
358
input: Arc<dyn ExecutionPlan>,
359
ctx: &SessionState,
360
) -> Result<Arc<dyn ExecutionPlan>, DataFusionError> {
361
- println!("Planning topk node: {}\n{}", pp_topk_line(node), pp_plan(node.input.as_ref()));
362
-
363
// Partial aggregate on workers. Mimics corresponding planning code from DataFusion.
364
let physical_input_schema = input.schema();
365
let logical_input_schema = node.input.schema();
0 commit comments