xuzifu666 commented on code in PR #4369:
URL: https://github.com/apache/calcite/pull/4369#discussion_r2086015680


##########
core/src/main/java/org/apache/calcite/rel/rules/CoreRules.java:
##########
@@ -847,6 +847,10 @@ private CoreRules() {}
   public static final AggregateValuesRule AGGREGATE_VALUES =
       AggregateValuesRule.Config.DEFAULT.toRule();
 
+  /** Rule that applies an {@link Aggregate} to a distinct {@link Values}. */

Review Comment:
   Yes,your suggestion is more suitable.  had changed as it. @xiedeyantu 



-- 
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]

Reply via email to