Description
When i am accessing partitioned hive table using spark thrift server and beeline. Throwing following error on partitioned column
java.lang.RuntimeException: java.lang.ClassCastException
at org.apache.hive.service.cli.session.HiveSessionProxy.invoke(HiveSessionProxy.java:84)
at org.apache.hive.service.cli.session.HiveSessionProxy.access$000(HiveSessionProxy.java:37)
results shown if i remove the partitioned column from select.
Attachments
Issue Links
- duplicates
-
SPARK-5775 GenericRow cannot be cast to SpecificMutableRow when nested data and partitioned table
- Resolved