[ https://issues.apache.org/jira/browse/HIVE-21135?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16751030#comment-16751030 ]
David Lavati commented on HIVE-21135: ------------------------------------- Hi [~naga...@gmail.com], this has recently been addressed in HIVE-21018, but it wasn't yet a part of HDP 3.1. > Grouping sets size can not be greater than 64 compile error > ----------------------------------------------------------- > > Key: HIVE-21135 > URL: https://issues.apache.org/jira/browse/HIVE-21135 > Project: Hive > Issue Type: Bug > Components: Hive > Affects Versions: 3.1.0 > Environment: HDP 3.1 ,Ubuntu environment ,mysql metastore > Reporter: Nagaraju Anthati > Priority: Blocker > > 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 > > -- This message was sent by Atlassian JIRA (v7.6.3#76005)