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 3373502 commit cd41e02Copy full SHA for cd41e02
src/execution_plans/stage.rs
@@ -530,7 +530,7 @@ pub fn display_plan(
530
plan: &Arc<dyn ExecutionPlan>,
531
partition_group: &[usize],
532
stage_num: usize,
533
- distributed: bool,
+ _distributed: bool,
534
) -> Result<String> {
535
// draw all plans
536
// we need to label the nodes including depth to uniquely identify them within this task
0 commit comments