Re: [Spark 2.0] Problem with Spark Thrift Server show NULL instead of showing BIGINT value

2016-08-04 Thread Chanh Le
I checked with Spark 1.6.1 it still works fine. I also check out latest source code in Spark 2.0 branch and built and get the same issue. I think because of changing API to dataset in Spark 2.0? Regards, Chanh > On Aug 5, 2016, at 9:44 AM, Chanh Le wrote: > > Hi

Re: [Spark 2.0] Problem with Spark Thrift Server show NULL instead of showing BIGINT value

2016-08-04 Thread Chanh Le
Hi Nicholas, Thanks for the information. How did you solve the issue? Did you change the parquet file by renaming the column name? I used to change the column name when I create a table in Hive without changing the parquet file but it’s still showing NULL. The parquet files of mine quite big