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
I found this bug while adding tests for reading parquet statistics #10592. Instead of getting corresponding UInt8Array, UInt16Array, UInt32Array for columns with u8, u16, u32 data types, we get Int32Array. Similarly, instead of getting UInt64Array for column with data type u64, we get Int64Array.
To Reproduce
See the test test_uint in PR #10592 (will be merged soon)
Expected behavior
UInt8Array, UInt16Array, UInt32Array, UInt64Array for columns with data types u8, u16, u32 and u64 respectively
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
I found this bug while adding tests for reading parquet statistics #10592. Instead of getting corresponding UInt8Array, UInt16Array, UInt32Array for columns with u8, u16, u32 data types, we get Int32Array. Similarly, instead of getting UInt64Array for column with data type u64, we get Int64Array.
To Reproduce
See the test
test_uint
in PR #10592 (will be merged soon)Expected behavior
UInt8Array, UInt16Array, UInt32Array, UInt64Array for columns with data types u8, u16, u32 and u64 respectively
Additional context
No response
The text was updated successfully, but these errors were encountered: