Skip to content

Column with OriginalType INT_8 failed at filtering #1745

Description

@asfimport

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)

Reporter: Low Chin Wei
Assignee: Alex Levenson / @isnotinvain

Related issues:

PRs and other links:

Note: This issue was originally created as PARQUET-201. Please see the migration documentation for further details.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions