Hi, 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) * I am on Parquet 1.6 RC3 Regards, Chin Wei
