ctsk opened a new pull request, #15419: URL: https://github.com/apache/datafusion/pull/15419
## Rationale for this change The `JoinHashMap` implementation is a large part of the `joins::utils` module and fully self-contained. I think it makes sense to make it its own module. ## What changes are included in this PR? - Move `JoinHashMap` into its own module - Reexport `JoinHashMap` and `JoinHashMapType` from `joins::utils` for backwards compatibility ## Are these changes tested? Covered by existing tests. ## Are there any user-facing changes? No. -- 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]
