davidhewitt commented on issue #7466: URL: https://github.com/apache/arrow-rs/issues/7466#issuecomment-2850546623
It seems like the function `merge_dictionary_values` in `arrow-select/src/dictionary.rs` would need to be updated to support other array types. Probably just primitive arrays is good enough? It might be simplest to just use `PrimitiveDictionaryBuilder` rather than make the `Interner` generic on the value type. -- 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]
