xingyu-long commented on code in PR #46566: URL: https://github.com/apache/arrow/pull/46566#discussion_r2115200396
########## python/pyarrow/tests/test_acero.py: ########## @@ -300,6 +300,37 @@ def test_order_by(): _ = OrderByNodeOptions([("b", "ascending")], null_placement="start") +def test_hash_join_with_filter(): Review Comment: I just added these tests, please take another look. Thanks @zanmato1984 -- 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...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org