Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
-
None
Description
The query:
create table T (key1 string, key2 string, key3 string);
select key1, key2 from T cluster by key1, key2, key3;
fails.
Attachments
Issue Links
- is related to
-
HIVE-2954 The statement fails when a column part of an ORDER BY is not specified in the SELECT.
- Patch Available