eerhardt commented on PR #33978:
URL: https://github.com/apache/arrow/pull/33978#issuecomment-1416103941
> It's odd to me that a dictionary is used at all. For example, it seems
this will still prevent correct loading of tables that have duplicate column
names
How do duplicate column names work? If you look it up by name, you get the
last one? But each gets an index?
So if I had 2 columns named "Foo", the Count would be `2`, and index 0 would
be the first column. Index 1 would be the second column. And if I said
`schema.GetFieldByName("Foo")` I'd get the 2nd column?
--
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]