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

parquet-cpp and parquet-mr version parse inconsistent

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 1.9.0
    • parquet-cpp
    • None

    Description

      Spark 2.1 uses parquet-mr(common) 1.8.2 which requires created_by to match certain pattern. I found the following exception when using spark to read parquet file generated by parquet-cpp.

      17/05/31 16:33:53 WARN CorruptStatistics: Ignoring statistics because created_by could not be parsed (see PARQUET-251): parquet-cpp version 1.0.0
      org.apache.parquet.VersionParser$VersionParseException: Could not parse created_by: parquet-cpp version 1.0.0 using format: (.+) version ((.) )?(build ?(.))

      Proposal to fix this issue: set created_by to the certain pattern.

      Attachments

        Issue Links

          Activity

            People

              mdeepak Deepak Majeti
              advancedxy YE
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: