bert-beyondloops commented on code in PR #16632: URL: https://github.com/apache/datafusion/pull/16632#discussion_r2191593559
########## 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: Indeed. I'm still looking into the panicking issue. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
