[ https://issues.apache.org/jira/browse/HIVE-2549?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13547904#comment-13547904 ]
Hudson commented on HIVE-2549: ------------------------------ Integrated in Hive-trunk-hadoop2 #54 (See [https://builds.apache.org/job/Hive-trunk-hadoop2/54/]) HIVE-2549 Support standard cross join syntax. Navis Ryu (via egc) (Revision 1357875) Result = ABORTED ecapriolo : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1357875 Files : * /hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/parse/Hive.g * /hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/parse/SemanticAnalyzer.java * /hive/trunk/ql/src/test/queries/clientpositive/cross_join.q * /hive/trunk/ql/src/test/results/clientpositive/cross_join.q.out > Support standard cross join syntax > ---------------------------------- > > Key: HIVE-2549 > URL: https://issues.apache.org/jira/browse/HIVE-2549 > Project: Hive > Issue Type: New Feature > Components: Query Processor, SQL > Affects Versions: 0.10.0 > Reporter: David Phillips > Assignee: Navis > Fix For: 0.10.0 > > Attachments: hive-2549-1.txt > > > Hive should support standard (ANSI) cross join syntax: > {code} > SELECT a.*, b.* > FROM a > CROSS JOIN b > {code} -- 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