DanTm99 opened a new pull request, #34125: URL: https://github.com/apache/arrow/pull/34125
Skip fields with duplicate names when building the `_fieldsDictionary` in the Schema constructor. This allows schemas to have multiple fields with the same name, as the field name is used as the key for this dictionary. Deprecate the existing `IReadOnlyDictionary<string, Field> Fields` and expose a new `IReadOnlyList<Field> FieldList`. Replace usages of `Fields` with `FieldList` This allows for access to fields that were omitted from the `_fieldsDictionary`. -- 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-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org