You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Namit Jain (JIRA)" <ji...@apache.org> on 2008/12/23 02:33:44 UTC

[jira] Commented: (HIVE-171) distribute by and sort by ignored in the case of select *

    [ https://issues.apache.org/jira/browse/HIVE-171?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12658724#action_12658724 ] 

Namit Jain commented on HIVE-171:
---------------------------------

looks good

+1

> 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.