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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
