jonathanc-n commented on code in PR #14032: URL: https://github.com/apache/datafusion/pull/14032#discussion_r1906250554
########## datafusion/core/src/physical_planner.rs: ########## @@ -466,6 +467,7 @@ impl DefaultPhysicalPlanner { .collect::<Result<Vec<Arc<dyn PhysicalExpr>>>>() }) .collect::<Result<Vec<_>>>()?; + #[allow(deprecated)] // TODO: Remove in favour of MemoryExec Review Comment: @alamb Should be fine now -- 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