rubenada commented on code in PR #4207:
URL: https://github.com/apache/calcite/pull/4207#discussion_r1970157440


##########
core/src/test/java/org/apache/calcite/test/RelOptRulesTest.java:
##########
@@ -9585,4 +9586,24 @@ private void 
checkJoinAssociateRuleWithTopAlwaysTrueCondition(boolean allowAlway
         .withRule(CoreRules.MULTI_JOIN_OPTIMIZE)
         .check();
   }
+
+  @Test void testProjectRemoveRule() {

Review Comment:
   To be consistent with other test, please add javadoc referring to the ticket:
   ```
     /**
      * Test case of
      * <a 
href="https://issues.apache.org/jira/browse/CALCITE-6850";>[CALCITE-6850]
      * ...</a>. */
     @Test void testProjectRemoveRule() {
   ```



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