You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@parquet.apache.org by "Ryan Blue (JIRA)" <ji...@apache.org> on 2015/07/12 01:33:04 UTC

[jira] [Updated] (PARQUET-201) Column with OriginalType INT_8 failed at filtering

     [ https://issues.apache.org/jira/browse/PARQUET-201?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ryan Blue updated PARQUET-201:
------------------------------
    Fix Version/s:     (was: 2.0.0)
                   1.8.0

> Column with OriginalType INT_8 failed at filtering
> --------------------------------------------------
>
>                 Key: PARQUET-201
>                 URL: https://issues.apache.org/jira/browse/PARQUET-201
>             Project: Parquet
>          Issue Type: Bug
>          Components: parquet-mr
>            Reporter: Low Chin Wei
>            Assignee: Alex Levenson
>             Fix For: 1.8.0
>
>
> 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)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)