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

   ### Describe the bug, including details regarding any error messages, 
version, and platform.
   
   Using `serialize_pandas()` in pyarrow to serialize a pandas dataframe to 
arrow bytes allows for columns with a null name.
   
   However, attempting to deserialize these bytes in the Apache Arrow C# 
library results in an `ArgumentNullException` being thrown from the `Field` 
constructor.
   
   If null field names are allowed in the Apache Arrow spec, then this is a bug 
in the C# library. If they are not allowed, then would this be a bug in pyarrow?
   
   ### Component(s)
   
   C#, Python


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