jonahgao commented on code in PR #11536: URL: https://github.com/apache/datafusion/pull/11536#discussion_r1683975286
########## datafusion/physical-plan/src/union.rs: ########## @@ -431,7 +431,12 @@ impl ExecutionPlan for InterleaveExec { self: Arc<Self>, children: Vec<Arc<dyn ExecutionPlan>>, ) -> Result<Arc<dyn ExecutionPlan>> { - Ok(Arc::new(InterleaveExec::try_new(children)?)) + // New children may not be able to interleave; in that case, we fall back to UnionExec. Review Comment: Applied. Thank you @alamb -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org