Dandandan commented on PR #6679: URL: https://github.com/apache/arrow-datafusion/pull/6679#issuecomment-1594418435
FYI @berkaysynnada I am trying to make some improvements to the hash join datastructure. It seems the datastructure changes are not really compatible with the symmetric hash join (as it needs to be mutated during the probing process) - does it make sense to "duplicate" the old structure and code and use that inside the symmetric hash join? -- 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]
