[ 
https://issues.apache.org/jira/browse/HIVE-4691?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ashutosh Chauhan updated HIVE-4691:
-----------------------------------

    Assignee: Brock Noland
    
> 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
>            Assignee: 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

Reply via email to