[
https://issues.apache.org/jira/browse/DRILL-4217?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15292732#comment-15292732
]
Gerard P commented on DRILL-4217:
---------------------------------
We've also experienced this during our Drill 1.6 evaluation when querying
parquet files. Unfortunately a showstopper for us due to the heavy use of
INT_8 and INT_16 in parquet.
SYSTEM ERROR: UnsupportedOperationException: unsupported type: INT32 INT_8
> Query parquet file treat INT_16 & INT_8 as INT32
> ------------------------------------------------
>
> Key: DRILL-4217
> URL: https://issues.apache.org/jira/browse/DRILL-4217
> Project: Apache Drill
> Issue Type: Improvement
> Components: Execution - Data Types
> Reporter: Low Chin Wei
>
> Encounter this issue while trying to query a parquet file:
> org.apache.drill.common.exceptions.UserRemoteException: SYSTEM ERROR:
> UnsupportedOperationException: unsupported type: INT32 INT_16 Fragment 1:1
> We can treat the following Field Type as INTEGER before support of Short &
> Byte is implemeted:
> - INT32 INT_16
> - INT32 INT_8
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)