[ https://issues.apache.org/jira/browse/HIVE-4691?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13680683#comment-13680683 ]
Hudson commented on HIVE-4691: ------------------------------ Integrated in Hive-trunk-hadoop2 #234 (See [https://builds.apache.org/job/Hive-trunk-hadoop2/234/]) HIVE-4691 : orc_createas1.q has minor inconsistency (Brock Noland via Navis) (Revision 1491691) Result = ABORTED navis : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1491691 Files : * /hive/trunk/ql/src/test/queries/clientpositive/orc_createas1.q * /hive/trunk/ql/src/test/results/clientpositive/orc_createas1.q.out > orc_createas1.q has minor inconsistency > --------------------------------------- > > Key: HIVE-4691 > URL: https://issues.apache.org/jira/browse/HIVE-4691 > Project: Hive > Issue Type: Bug > Components: Tests > Affects Versions: 0.11.0 > Reporter: Brock Noland > Priority: Trivial > Fix For: 0.12.0 > > Attachments: HIVE-4691.patch.txt > > > orc_createas1.q has the following two statements: > {noformat} > EXPLAIN SELECT * FROM orc_createas1b LIMIT 5; > SELECT * FROM orc_createas1b ORDER BY key LIMIT 5; > {noformat} > Since the pattern is: > EXPLAIN QUERY > QUERY > This is probably a mistake. We should add ORDER BY to the explain statement. -- 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