adriangb commented on issue #17625: URL: https://github.com/apache/datafusion/issues/17625#issuecomment-3379624318
I think I've since learned that these are two different hashes, on purpose: https://github.com/pydantic/datafusion/blob/d649a43fa9c8143a6882abb3beb31952c0fe53d9/datafusion/physical-plan/src/joins/hash_join/exec.rs#L83 So we do calculate hashes twice, but it's on purpose. I don't think there's much optimization to be done here. -- 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]
