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

   **Is your feature request related to a problem or challenge? Please describe 
what you are trying to do.**
   
   It is common downstream to manipulate `Schama`s in someway, such as to 
reorder the fields or select a subset of the fields
   Schema also contains metadata, and thus care must be taken when creating 
derivative schemas to call `Schema::new_with_metadata`
   Forgetting to do this has lead to several issues downstream in DataFusion -- 
see list on https://github.com/apache/datafusion/issues/12733
   
   
   
   
   **Describe the solution you'd like**
   I would like it to be easier to create a Schema with different fields and 
different properties
   
   
   **Describe alternatives you've considered**
   <!--
   A clear and concise description of any alternative solutions or features 
you've considered.
   -->
   
   **Additional context**
   <!--
   Add any other context or screenshots about the feature request here.
   -->
   


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