Is your feature request related to a problem or challenge? Please describe what you are trying to do.
After #256 we completely ignore NaNs in parquet statistics. However, there are good reasons to fully order floats and include NaN somewhere:
Describe the solution you'd like
Put NaNs at the end of the float scale, so the order is:
- -inf
- "ordinary" numbers
- +inf
- NaN
Describe alternatives you've considered
Keeping the status quo (aka current master).
Additional context
.
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
After #256 we completely ignore NaNs in parquet statistics. However, there are good reasons to fully order floats and include NaN somewhere:
Describe the solution you'd like
Put NaNs at the end of the float scale, so the order is:
Describe alternatives you've considered
Keeping the status quo (aka current master).
Additional context
.