You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Prasad Chakka (JIRA)" <ji...@apache.org> on 2008/10/23 00:19:46 UTC

[jira] Created: (HADOOP-4496) selecting fields from a complex object column in transform clause is throwing a Parse Error.

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.