[ https://issues.apache.org/jira/browse/HIVE-14?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Ayush Saxena resolved HIVE-14. ------------------------------ Fix Version/s: Not Applicable Resolution: Cannot Reproduce > selecting fields from a complex object column in transform clause is throwing > a Parse Error. > -------------------------------------------------------------------------------------------- > > Key: HIVE-14 > URL: https://issues.apache.org/jira/browse/HIVE-14 > Project: Hive > Issue Type: Bug > Components: Query Processor > Reporter: Prasad Chakka > Priority: Critical > Fix For: Not Applicable > > > For a thrift table whose columns are complex objects the following query > throws up an error > from ( from cdx select transform(cdx.a.b) as tx using 'mapper' cluster by tx > ) mo insert into output select tx; > the error thrown on the second . of expresion 'cdx.a.b'. -- This message was sent by Atlassian Jira (v8.20.10#820010)