alamb opened a new issue, #14173: URL: https://github.com/apache/datafusion/issues/14173
### Is your feature request related to a problem or challenge? The most recent version of arrow deprecates the dictionary fields from Schema, see - https://github.com/apache/arrow-rs/pull/6873 from You can see the rationale from @brancz here (it is basically not used): - https://github.com/apache/arrow-rs/pull/6873 We should remove the use of the deprecated fields before it is fully removed in some future arrow-rs version ### Describe the solution you'd like I think we simply need to remove the code that serializes and deserialzed the dict_id related fields ### Describe alternatives you've considered _No response_ ### Additional context _No response_ -- 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]
