msirek commented on issue #8241: URL: https://github.com/apache/arrow-datafusion/issues/8241#issuecomment-1816689177
> I'm inclined towards adding a flag to Hash partitioning because broadcast null value only occurs in hash partitioning, even if the modification of partitioning will have a slight impact on downstream. Thanks for your input on this @yukkit. Any comment on whether you think it would be better to add a new enum to `Distribution`, or just similarly modify `Distribution::HashPartitioned`? Also wondering if it's better to implement a non-performant fix in the first pass (detect a nullable right table join key and use `NestedLoopJoinExec` in that case) vs. null-aware antijoin. -- 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]
