Brock Noland created HIVE-4691: ---------------------------------- Summary: 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
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