ozankabak commented on code in PR #15339: URL: https://github.com/apache/datafusion/pull/15339#discussion_r2009150221
########## datafusion/sqllogictest/test_files/explain_tree.slt: ########## @@ -345,63 +345,68 @@ FROM ---- physical_plan 01)┌───────────────────────────┐ -02)│ CoalesceBatchesExec │ +02)│ ProjectionExec │ Review Comment: Seems like your change made some deficiency/bug surface. I wouldn't be surprised if it is a small logic error in projection pushdown rule itself (and not related to optimization order). -- 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