CurtHagenlocher commented on issue #44501:
URL: https://github.com/apache/arrow/issues/44501#issuecomment-2429660067

   Column names are not actually required to be unique, which is why 
`Schema.Fields` is marked deprecated. If you know that the column names in your 
data are unique, you could still use it. Otherwise, we'd need something like a 
mapping of a string onto what's possibly a list of field positions.


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