Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
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
- blocks
-
PARQUET-292 Release Parquet 1.8.0
- Resolved
- is duplicated by
-
PARQUET-247 Add DATE mapping in ValidTypeMap of filter2
- Resolved
- is related to
-
SPARK-9407 Parquet shouldn't fail when pushing down predicates over a column whose underlying Parquet type is an ENUM
- Resolved
- links to