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

Column with OriginalType INT_8 failed at filtering

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 1.8.0
    • parquet-mr
    • None

    Description

      I hit the following error when apply a filter predicate on a column with PrimitiveType = INT32 & OriginalType equal to INT_8.

      java.lang.IllegalArgumentException: FilterPredicate column: c's declared type (java.lang.Integer) does not match the schema found in file metadata. Column c is of type: FullTypeDescriptor(PrimitiveType: INT32, OriginalType: INT_8)
      Valid types for this column are: null
      at parquet.filter2.predicate.ValidTypeMap.assertTypeValid(ValidTypeMap.java:114)

      Attachments

        Issue Links

          Activity

            People

              alexlevenson Alex Levenson
              chinwei Low Chin Wei
              Votes:
              0 Vote for this issue
              Watchers:
              7 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: