pipes not correctly being handled in transform
----------------------------------------------

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


Akhil had a testcase where he had a query like:


select tranform(*) using 'ex1 | ex2' from T;

There was some problem with the pipe.

The work-around is to move 'ex1 | ex2' in a new executable

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