Uploaded image for project: 'Apache Arrow'
  1. Apache Arrow
  2. ARROW-5712

[C++][Parquet] Arrow time32/time64/timestamp ConvertedType not being restored properly

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Not A Problem
    • None
    • 0.16.0
    • C++, Python
    • None

    Description

      These values are currently being written as raw INT32 without a logical or converted type set

      Example statistics for time32('ms') with version='2.0' set

      (Pdb) stats
      <pyarrow._parquet.Statistics object at 0x7f6a9dca9f30>
        has_min_max: True
        min: 37800001
        max: 55800001
        null_count: 0
        distinct_count: 0
        num_values: 2
        converted_type: NONE
        physical_type: INT32
      

      Attachments

        Activity

          People

            wesm Wes McKinney
            wesm Wes McKinney
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: