etseidl opened a new issue, #9995:
URL: https://github.com/apache/arrow-rs/issues/9995

   **Is your feature request related to a problem or challenge? Please describe 
what you are trying to do.**
   Follow-on to #5853.
   
   The Thrift remodel (#8530) left the original form of the `LogicalType` enum 
in place. This form uses struct variants rather than the tuple variants used by 
the thrift macros. This means any changes to `LogicalType` in the spec will 
require manual changes to the `LogicalType` thrift code.
   
   **Describe the solution you'd like**
   `LogicalType` should be switched over to the thrift macros to improve 
maintainability. This will be a breaking API change as the public `LogicalType` 
enum will change forms.
   
   **Describe alternatives you've considered**
   Leave the current enum in place and deal with changes as they arise.
   
   **Additional context**
   
   


-- 
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]

Reply via email to