[
https://issues.apache.org/jira/browse/HIVE-14?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12668628#action_12668628
]
Ashish Thusoo commented on HIVE-14:
-----------------------------------
Prasad,
can you verify if this works and close out...
Thanks,
Ashish
> 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: Hadoop Hive
> Issue Type: Bug
> Components: Query Processor
> Reporter: Prasad Chakka
> Priority: Critical
>
> 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 is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.