Namit Jain created HIVE-3269: -------------------------------- Summary: selectlist needs to be superset of the cluster list Key: HIVE-3269 URL: https://issues.apache.org/jira/browse/HIVE-3269 Project: Hive Issue Type: Bug Reporter: Namit Jain
The query: create table T (key1 string, key2 string, key3 string); select key1, key2 from T cluster by key1, key2, key3; fails. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira