You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "westonpace (via GitHub)" <gi...@apache.org> on 2023/02/03 20:37:18 UTC

[GitHub] [arrow] westonpace commented on pull request #33978: GH-33970: [C#] Make schema field names case sensitive

westonpace commented on PR #33978:
URL: https://github.com/apache/arrow/pull/33978#issuecomment-1416377940

   > How do duplicate column names work? If you look it up by name, you get the last one? But each gets an index?
   
   Yes, each column gets an index and index-lookups always work.  In pyarrow a name lookup raises an error if there are duplicate columns.  In arrow-rs it appears it always picks the first one.


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org