alamb commented on code in PR #19300: URL: https://github.com/apache/datafusion/pull/19300#discussion_r2615509205
########## datafusion/physical-plan/src/joins/mod.rs: ########## @@ -37,7 +37,11 @@ mod symmetric_hash_join; pub mod utils; mod join_filter; -mod join_hash_map; +/// Hash map implementations for join operations. +/// +/// Note: This module is public for internal testing purposes only +/// and is not guaranteed to be stable across versions. Review Comment: 👍 -- 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]
