alamb commented on code in PR #7670:
URL: https://github.com/apache/arrow-datafusion/pull/7670#discussion_r1340532103
##########
datafusion/optimizer/src/push_down_filter.rs:
##########
@@ -2759,8 +2705,7 @@ Projection: a, b
// For right anti, filter of the left side can be pushed down.
let expected = "RightAnti Join: test1.a = test2.a Filter: test2.b >
UInt32(2)\
\n Projection: test1.a, test1.b\
- \n Filter: test1.b > UInt32(1)\
- \n TableScan: test1\
+ \n TableScan: test1, full_filters=[test1.b > UInt32(1)]\
Review Comment:
it is great to see the filters pushed into the scans as part of this test
--
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]