albertlockett commented on issue #8012: URL: https://github.com/apache/arrow-rs/issues/8012#issuecomment-3155832683
We should also extend this to allow compatibility between: `Dictionary<T1,_>` and `Dictionary<T2, _>`. The current logic only allows compatibility between `Dictionary<T1, V1>` and `V1` (e.g. between dict & native): https://github.com/apache/arrow-rs/blob/2418c59efa50edfd456dcc042e2bf84692398745/parquet/src/arrow/arrow_writer/levels.rs#L552-L563 -- 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]
