Hi Aman, I created https://issues.apache.org/jira/browse/DRILL-4217 for treating INT_16 & INT_8 as INT32.
Regards, Chin Wei On Tue, Dec 22, 2015 at 12:22 AM, Aman Sinha <[email protected]> wrote: > Hi Chin Wei, > DRILL-2470 is tracking the enhancement to add SMALLINT but I agree that we > should in the interim treat it as INT32...can you file a JIRA for that ? > For Hive tables, we had added support to treat SMALLINT as INT32 but need > to do the same for Parquet. > > thanks, > Aman > > On Sun, Dec 20, 2015 at 6:36 PM, Chin Wei Low <[email protected]> > wrote: > > > Hi dev, > > > > I 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 > > > > I figure out that it is due to the OriginalType: INT_16 in the schema. > Is > > there any plan to support this or just treat the column as INT32? > > > > Regards, > > Chin Wei > > >
