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

   # Which issue does this PR close?
   
   - Closes #9469.
   
   # Rationale for this change
   
   I want to discuss the following with the community. Today, arrow-rs supports 
Parquet field-IDs via a heuristic based on a special key (`PARQUET:field_id`) 
in the field metadata. Instead, I would suggest bumping it to a method on Field 
itself.
   
   # What changes are included in this PR?
   
   Adding a public `id()`, and removing a private `field_id(field)`.
   
   # Are these changes tested?
   
   Existing tests.
   
   # Are there any user-facing changes?
   
   A new public API.


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