andygrove commented on PR #1904: URL: https://github.com/apache/datafusion-comet/pull/1904#issuecomment-2985695312
@comphead we seem to have a correctness issue when enabling LeftAnti + BuildRight: ``` [info] +- == Initial Plan == [info] CometBroadcastHashJoin [c1#253], [c2#260], LeftAnti, BuildRight [info] :- CometScan parquet spark_catalog.default.test_table[c1#253,c2#254] Batched: true, DataFilters: [], Format: CometParquet, Location: InMemoryFileIndex(1 paths)[file:/home/andy/git/apache/apache-spark-3.5.6/sql/core/spark-warehouse..., PartitionFilters: [], PushedFilters: [], ReadSchema: struct<c1:int,c2:int> [info] +- CometBroadcastExchange [c2#260] [info] +- CometScan parquet spark_catalog.default.test_table[c2#260] Batched: true, DataFilters: [], Format: CometParquet, Location: InMemoryFileIndex(1 paths)[file:/home/andy/git/apache/apache-spark-3.5.6/sql/core/spark-warehouse..., PartitionFilters: [], PushedFilters: [], ReadSchema: struct<c2:int> [info] [info] == Results == [info] [info] == Results == [info] !== Correct Answer - 0 == == Spark Answer - 2 == [info] !struct<> struct<c1:int,c2:int> [info] ! [4,null] [info] ! [null,0] (QueryTest.scala:244) ``` -- 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