[ 
https://issues.apache.org/jira/browse/HIVE-4294?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13629933#comment-13629933
 ] 

Hudson commented on HIVE-4294:
------------------------------

Integrated in Hive-trunk-h0.21 #2059 (See 
[https://builds.apache.org/job/Hive-trunk-h0.21/2059/])
    HIVE-4294 Single sourced multi query cannot handle lateral view
(Navis via namit) (Revision 1467196)

     Result = FAILURE
namit : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1467196
Files : 
* /hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/exec/Operator.java
* /hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/parse/HiveParser.g
* /hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/parse/QBParseInfo.java
* /hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/parse/SemanticAnalyzer.java
* /hive/trunk/ql/src/test/queries/clientpositive/multi_insert_lateral_view.q
* /hive/trunk/ql/src/test/results/clientpositive/multi_insert_lateral_view.q.out

                
> Single sourced multi query cannot handle lateral view
> -----------------------------------------------------
>
>                 Key: HIVE-4294
>                 URL: https://issues.apache.org/jira/browse/HIVE-4294
>             Project: Hive
>          Issue Type: Improvement
>          Components: Query Processor
>            Reporter: Navis
>            Assignee: Navis
>            Priority: Minor
>             Fix For: 0.11.0
>
>         Attachments: hive.4294.3.patch, hive.4294.4.patch, 
> HIVE-4294.D10161.1.patch, HIVE-4294.D10161.2.patch
>
>
> For example,
> {noformat}
> hive> explain from src 
>     > select key, C lateral view explode(array(key, value)) A as C;
> FAILED: ParseException line 3:22 missing EOF at 'view' near 'lateral'
> {noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to