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
Describe the bug
NaN can occur in parquet statistics and override all other possible values. This is very similar to PARQUET-1225 which was filed for the C++ implementation.
Describe the bug
NaN can occur in parquet statistics and override all other possible values. This is very similar to PARQUET-1225 which was filed for the C++ implementation.
To Reproduce
Add the following tests:
Note that while the tests are written for
f32
/float, this also applies tof64
/double.Expected behavior
NaNs should be ignored during stats calculation. If only NaNs are present then min and max value should be unset.
Additional context
Tested commit was
8f030db53d9eda901c82db9daf94339fc447d0db
.The text was updated successfully, but these errors were encountered: