etseidl opened a new pull request, #6828:
URL: https://github.com/apache/arrow-rs/pull/6828

   # Which issue does this PR close?
   
   <!--
   We generally require a GitHub issue to be filed for all bug fixes and 
enhancements and this helps us generate change logs for our releases. You can 
link an issue to this PR using the GitHub syntax. For example `Closes #123` 
indicates that this PR will close issue #123.
   -->
   
   Closes #6213.
   Closes #6733.
   
   # Rationale for this change
   Allow for forcing use of compliant names for Parquet `LIST` and `MAP` fields.
   
   # What changes are included in this PR?
   
   Uses the `coerce_types` boolean property added in #6313 to control naming of 
elements of `LIST` and `MAP` structures. Also adds a `coerce_types` flag to 
`parquet-rewrite`.
   
   # Are there any user-facing changes?
   No API changes, but change to behavior when `coerce_types` is `true`.
   
   <!--
   If there are user-facing changes then we may require documentation to be 
updated before approving the PR.
   -->
   
   <!---
   If there are any breaking changes to public APIs, please call them out.
   -->
   


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