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
As @NGA-TRAN found in #10537 when i8 and i16 values are written to parquet and then the statistics are extracted, the returned min/max values are incorrect.
This could lead to incorrect results when reading parquet files with filters on columns with i8 and i16 types
Describe the bug
As @NGA-TRAN found in #10537 when i8 and i16 values are written to parquet and then the statistics are extracted, the returned min/max values are incorrect.
This could lead to incorrect results when reading parquet files with filters on columns with
i8
andi16
typesTo Reproduce
See tests added in #10537
Expected behavior
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: