alamb commented on code in PR #4000:
URL: https://github.com/apache/arrow-datafusion/pull/4000#discussion_r1008452215


##########
datafusion/core/src/physical_optimizer/hash_build_probe_order.rs:
##########
@@ -174,6 +174,13 @@ impl PhysicalOptimizerRule for HashBuildProbeOrder {
                     *hash_join.partition_mode(),
                     hash_join.null_equals_null(),
                 )?;
+                if matches!(

Review Comment:
   I think the same test should apply to `Anti` joins as well, should it not?



-- 
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]

Reply via email to