LeslieKid commented on issue #13275: URL: https://github.com/apache/datafusion/issues/13275#issuecomment-2508540983
> 🤔 I think maybe we can indeed try some solutions without `take` in join? @LeslieKid seems trying it. Yes, I am working on comparing arrays with indices in a for-loop (similar to the implementation of `vectorized_equal_to()` in multi group-by) instead of using `take` in hash join. See #13607 -- 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]
