You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Low Chin Wei (JIRA)" <ji...@apache.org> on 2015/12/22 08:54:46 UTC

[jira] [Created] (DRILL-4217) Query parquet file treat INT_16 & INT_8 as INT32

Low Chin Wei created DRILL-4217:
-----------------------------------

             Summary: 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)