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 9479b2b commit d0d50f5Copy full SHA for d0d50f5
datafusion/physical-plan/src/recursive_query.rs
@@ -137,8 +137,6 @@ impl ExecutionPlan for RecursiveQueryExec {
137
self: Arc<Self>,
138
children: Vec<Arc<dyn ExecutionPlan>>,
139
) -> Result<Arc<dyn ExecutionPlan>> {
140
- println!("with_new_children, children.len() = {}", children.len());
141
- println!("children are: {:#?}", children);
142
Ok(Arc::new(RecursiveQueryExec::new(
143
self.name.clone(),
144
children[0].clone(),
0 commit comments