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

   ### Describe the bug, including details regarding any error messages, 
version, and platform.
   
   When creating a Schema 
[Schema.cs](https://github.com/apache/arrow/blob/master/csharp/src/Apache.Arrow/Schema.cs),
 if the list of Fields contains fields that share the same name, an exception 
is thrown when constructing the fields dictionary.
   
   The use of a dictionary disallows multiple fields that have the same name, 
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