[
https://issues.apache.org/jira/browse/HIVE-29153?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18015993#comment-18015993
]
Denys Kuzmenko edited comment on HIVE-29153 at 8/25/25 1:25 PM:
----------------------------------------------------------------
[~lisoda], I am not sure, HIVE-21018 states that `Grouping/distinct on more
than 64 columns should be possible`, but keeps the limit.
was (Author: dkuzmenko):
[~lisoda], I am not sure, HIVE-21018 states that `Grouping/distinct on more
than 64 columns should be possible` but keeps the limit.
> HIVE_GROUPING_SETS_SIZE_LIMIT too small
> ----------------------------------------
>
> Key: HIVE-29153
> URL: https://issues.apache.org/jira/browse/HIVE-29153
> Project: Hive
> Issue Type: Improvement
> Reporter: yongzhi.shao
> Priority: Minor
>
> {code:java}
> if (!groupingSets.isEmpty() && groupByExprs.size() > Long.SIZE) {
> throw new
> SemanticException(ErrorMsg.HIVE_GROUPING_SETS_SIZE_LIMIT.getMsg());
> }
> // Long.SIZE = 64{code}
> Currently, we find that our users are starting to use 100~200 groupByExprs,
> is the current maximum limit of 64 too small?
--
This message was sent by Atlassian Jira
(v8.20.10#820010)