xiedeyantu commented on code in PR #4335:
URL: https://github.com/apache/calcite/pull/4335#discussion_r2069832217


##########
core/src/test/java/org/apache/calcite/test/RelOptRulesTest.java:
##########
@@ -10532,4 +10532,10 @@ private void 
checkLoptOptimizeJoinRule(LoptOptimizeJoinRule rule) {
         .withRule(CoreRules.JOIN_CONDITION_PUSH, CoreRules.FILTER_INTO_JOIN)
         .check();
   }
+
+  @Test void testAggregateMinMaxToLimitRule() {

Review Comment:
   Sorry, ignore the error above. It's due to some other reasons, not related 
to this PR. I'll check what the problem is later. The test has been added, 
please review it again, thanks!



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