[ https://issues.apache.org/jira/browse/HIVE-171?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Carl Steinbach updated HIVE-171: -------------------------------- Fix Version/s: 0.3.0 (was: 0.6.0) > 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 > Fix For: 0.3.0 > > 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.