cambyzju opened a new pull request, #36270: URL: https://github.com/apache/doris/pull/36270
## Proposed changes Issue Number: close https://github.com/apache/doris/issues/36072 <!--Describe your changes.--> In pr https://github.com/apache/doris/pull/33630, we already support auto aggregation for random distributed table. But if all keys are `NOT NULL`, the aggregation will be eliminated by the rule: `ELIMINATE_GROUP_BY` This pr we prevent `ELIMINATE_GROUP_BY` do not work for random distributed table. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org