alamb commented on code in PR #23173:
URL: https://github.com/apache/datafusion/pull/23173#discussion_r3653175093
##########
datafusion/physical-plan/src/joins/hash_join/exec.rs:
##########
@@ -871,6 +871,18 @@ impl HashJoinExec {
return false;
}
+ // A null-aware anti join emits a build-side NULL only when the probe
Review Comment:
the comment says anto-join but the check isn't for join type. I wonder if
that is a discrepancy?
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]