You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Ashish Thusoo (JIRA)" <ji...@apache.org> on 2009/01/07 14:38:44 UTC

[jira] Commented: (HIVE-14) selecting fields from a complex object column in transform clause is throwing a Parse Error.

    [ https://issues.apache.org/jira/browse/HIVE-14?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12661563#action_12661563 ] 

Ashish Thusoo commented on HIVE-14:
-----------------------------------

I think this has also been addressed. Will verify and then close out.

> 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
>
> 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.