Re: can't get smallint field from hive on spark

2014-11-27 Thread Xuefu Zhang
Could you provide a test case to demonstrate the problem? Also the whole exception trace should be helpful. Thanks, Xuefu On Wed, Nov 26, 2014 at 11:20 PM, 诺铁 wrote: > we are currently using hive on spark, when reading a small int field, it > reports error: > Cannot get field 'i16Val' because u

can't get smallint field from hive on spark

2014-11-26 Thread 诺铁
we are currently using hive on spark, when reading a small int field, it reports error: Cannot get field 'i16Val' because union is currently set to i32Val I googled and find only source code of TColumnValue.java