Dandandan commented on code in PR #4327:
URL: https://github.com/apache/arrow-datafusion/pull/4327#discussion_r1029501621
##########
datafusion/core/src/physical_plan/joins/hash_join.rs:
##########
@@ -852,6 +852,7 @@ fn build_join_indexes(
&keys_values,
*null_equals_null,
)? {
+ left_indices.append(i);
Review Comment:
Ah good find. I missed the case where this would be used.
Thanks for adding the unit test!
--
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]