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

Zheng Shao updated HIVE-171:
----------------------------

    Attachment: HIVE-171-1.patch

Added 3 more test cases.

> distribute by and sort by ignored in the case of select *
> ---------------------------------------------------------
>
>                 Key: HIVE-171
>                 URL: https://issues.apache.org/jira/browse/HIVE-171
>             Project: Hadoop Hive
>          Issue Type: Bug
>          Components: Query Processor
>            Reporter: Raghotham Murthy
>            Assignee: Zheng Shao
>         Attachments: HIVE-171-1.patch
>
>
> create table tab1(col1 string, col2 string)
> select * from tab1 distribute by col1 sort by col2
> is different from:
> select col1, col2 from tab1 distribute by col1 sort by col2

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to