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
Affects Versions: 0.19.0
Reporter: Raghotham Murthy
Assignee: Zheng Shao
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.