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

Eugene Koifman commented on HIVE-11858:
---------------------------------------

Also, aggregate function w/o Group By

select count(*), min(z) from T

> Hive DISTRIBUTE BY & CROSS PRODUCT should not sort output
> ---------------------------------------------------------
>
>                 Key: HIVE-11858
>                 URL: https://issues.apache.org/jira/browse/HIVE-11858
>             Project: Hive
>          Issue Type: Improvement
>          Components: Physical Optimizer, Tez
>    Affects Versions: 1.3.0, 2.0.0
>            Reporter: Gopal V
>            Assignee: Eugene Koifman
>
> {code}
> select a ,b from table distribute by a;
> {code}
> Should not do any sorts at all & should use the partitioned unsorted edge 
> instead. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to