Uploaded image for project: 'Parquet'
  1. Parquet
  2. PARQUET-1251

Clarify ambiguous min/max stats for FLOAT/DOUBLE

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • format-2.4.0
    • format-2.5.0
    • parquet-format
    • None

    Description

      Describe the handling of the ambigous min/max statistics for FLOAT/DOUBLE types in case of TypeDefinedOrder. (See PARQUET-1222 for details.)

      • When looking for NaN values, min and max should be ignored.
      • If the min is a NaN, it should be ignored.
      • If the max is a NaN, it should be ignored.
      • If the min is +0, the row group may contain -0 values as well.
      • If the max is -0, the row group may contain +0 values as well.

      Attachments

        Issue Links

          Activity

            People

              gszadovszky Gabor Szadovszky
              gszadovszky Gabor Szadovszky
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: