Details
-
Bug
-
Status: Open
-
Blocker
-
Resolution: Unresolved
-
3.1.0
-
None
-
None
-
HDP 3.1 ,Ubuntu environment ,mysql metastore
Description
I am trying to get distinct records from an alias dataset , then the hive is throwing compile error .The alias dataset has 8k columns , could not proceed further , not sure if it is config related.
query : select distinct data.* from ( ......... some join....+8kcolumns in the result set...........)data
error :compile error : Grouping sets size can not be grater than 64:27:x
Attachments
Issue Links
- duplicates
-
HIVE-21018 Grouping/distinct on more than 64 columns should be possible
- Closed