datafusion-comet
datafusion-comet copied to clipboard
Comet doesn't support Spark BroadcastHashJoinExec if it is null-aware anti-join
What is the problem the feature request solves?
DataFusion HashJoin LeftAnti doesn't support null-aware anti join.
See https://github.com/apache/datafusion/issues/10583
Describe the potential solution
No response
Additional context
No response
For details about Spark null-aware anti join, see https://issues.apache.org/jira/browse/SPARK-32290.