caicancai commented on code in PR #3840:
URL: https://github.com/apache/calcite/pull/3840#discussion_r1664397045


##########
core/src/test/java/org/apache/calcite/rex/RexProgramTest.java:
##########
@@ -3837,4 +3837,12 @@ private SqlSpecialOperatorWithPolicy(String name, 
SqlKind kind, int prec, boolea
     checkSimplify(add(zero, sub(nullInt, nullInt)), "null:INTEGER");
   }
 
+  @Test void testSimplifyCastWithConstantReduction() {

Review Comment:
   Add jira link



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