selecting fields from a complex object column in transform clause is throwing a 
Parse Error.
--------------------------------------------------------------------------------------------

                 Key: HADOOP-4496
                 URL: https://issues.apache.org/jira/browse/HADOOP-4496
             Project: Hadoop Core
          Issue Type: Bug
          Components: contrib/hive
    Affects Versions: 0.19.0
            Reporter: Prasad Chakka
            Assignee: Ashish Thusoo


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.

Reply via email to