davidhewitt commented on code in PR #7716: URL: https://github.com/apache/arrow-rs/pull/7716#discussion_r2198433967
########## arrow-select/src/dictionary.rs: ########## @@ -78,7 +136,7 @@ impl<'a, V> Interner<'a, V> { } } -pub struct MergedDictionaries<K: ArrowDictionaryKeyType> { +pub(crate) struct MergedDictionaries<K: ArrowDictionaryKeyType> { Review Comment: Same as https://github.com/apache/arrow-rs/pull/7716#discussion_r2198433393 -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org