You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Namit Jain (JIRA)" <ji...@apache.org> on 2009/08/31 20:39:32 UTC

[jira] Created: (HIVE-807) mapjoin doesnt work with transform

mapjoin doesnt work with transform
----------------------------------

                 Key: HIVE-807
                 URL: https://issues.apache.org/jira/browse/HIVE-807
             Project: Hadoop Hive
          Issue Type: Bug
          Components: Query Processor
            Reporter: Namit Jain



SELECT /*+ MAPJOIN(x) */ TRANSFORM(x.key, x.value) using '/bin/cat' 
FROM src x join src1 y on x.key=y.key;


gets a parse error

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.