You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since #1682 the parquet reader will ignore the signedness of the embedded arrow schema and always return unsigned integer arrays. This might be a bug in the writer, as it doesn't appear to be setting the ConvertedType/LogicalType
To Reproduce
Attempt to roundtrip an unsigned integer array
Expected behavior
The values should roundtrip correctly
Additional context
The text was updated successfully, but these errors were encountered:
Describe the bug
Since #1682 the parquet reader will ignore the signedness of the embedded arrow schema and always return unsigned integer arrays. This might be a bug in the writer, as it doesn't appear to be setting the ConvertedType/LogicalType
To Reproduce
Attempt to roundtrip an unsigned integer array
Expected behavior
The values should roundtrip correctly
Additional context
The text was updated successfully, but these errors were encountered: