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.

Reply via email to