libenchao commented on code in PR #3035:
URL: https://github.com/apache/calcite/pull/3035#discussion_r1081180900


##########
core/src/test/java/org/apache/calcite/test/RelOptRulesTest.java:
##########
@@ -3002,6 +3002,32 @@ private void 
checkPushJoinThroughUnionOnRightDoesNotMatchSemiOrAntiJoin(JoinRelT
         .withProgram(program).check();
   }
 
+  @Test void testReduceConstantsProject() {

Review Comment:
   how about name it more specifically, e.g. 
`testReducingConstantsInferedFromCorrelate`?



-- 
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...@calcite.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to