Created issue https://issues.apache.org/jira/browse/PARQUET-201
On Thu, Mar 5, 2015 at 8:05 AM, Alex Levenson < [email protected]> wrote: > Thanks, looks like we need to add some more original types to this > assertion, or actually make this assertion less strict. > > On Wed, Mar 4, 2015 at 2:34 PM, Julien Le Dem <[email protected]> wrote: > > > Please open a PARQUET JIRA about this. > > Probably ping alex levenson in the jira > > > > On Thu, Feb 26, 2015 at 1:29 AM, Chin Wei Low <[email protected]> > > wrote: > > > >> 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 > >> > > > > > > > -- > Alex Levenson > @THISWILLWORK >
