alamb commented on code in PR #16632: URL: https://github.com/apache/datafusion/pull/16632#discussion_r2191065570
########## datafusion/sqllogictest/test_files/push_down_filter.slt: ########## @@ -39,9 +39,9 @@ physical_plan 01)ProjectionExec: expr=[__unnest_placeholder(v.column2,depth=1)@0 as uc2] 02)--UnnestExec 03)----RepartitionExec: partitioning=RoundRobinBatch(4), input_partitions=1 -04)------ProjectionExec: expr=[column2@1 as __unnest_placeholder(v.column2), column1@0 as column1] +04)------ProjectionExec: expr=[column2@0 as __unnest_placeholder(v.column2)] 05)--------CoalesceBatchesExec: target_batch_size=8192 -06)----------FilterExec: column1@0 = 2 +06)----------FilterExec: column1@0 = 2, projection=[column2@1] Review Comment: those look like better plans to me -- 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