datafusion-comet
datafusion-comet copied to clipboard
[BUG]: SortMergeJoin filtered LeftAnti fails on TPCH Q21
[BUG]: SortMergeJoin filtered LeftAnti fails on TPCH Q21. It was a problem with DataFusion SMJ Join TPCH queries which has been fixed. However this particular problem can be related to https://github.com/apache/datafusion/issues/11555
Originally posted by @comphead in https://github.com/apache/datafusion-comet/pull/553#discussion_r1725752744
I tried benches in DF with SMJ, it works on main
PREFER_HASH_JOIN=false ./benchmarks/bench.sh run tpch
Waiting for DataFusion 44.0.0
Fixed with Datafusion 44 dependency update