Skip to content

Include NaN in Parquet stats (again) #264

@crepererum

Description

@crepererum

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:

  1. -inf
  2. "ordinary" numbers
  3. +inf
  4. NaN

Describe alternatives you've considered
Keeping the status quo (aka current master).

Additional context
.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions