Gopal V created HIVE-11858:
------------------------------
Summary: Hive DISTRIBUTE BY 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: Gopal V
{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)