DanTm99 opened a new issue, #33970:
URL: https://github.com/apache/arrow/issues/33970

   ### Describe the bug, including details regarding any error messages, 
version, and platform.
   
   In the Schema constructor in 
[Schema.cs](https://github.com/apache/arrow/blob/master/csharp/src/Apache.Arrow/Schema.cs),
 the casing of field names is ignored when constructing the `_fieldsDictionary` 
(by using `StringComparer.OrdinalIgnoreCase` when constructing the dictionary).
   
   This disallows multiple fields whose name only differs in casing, even 
though it should be allowed.
   
   ### Component(s)
   
   C#


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