JingDas commented on PR #3264:
URL: https://github.com/apache/calcite/pull/3264#issuecomment-1637618169

   I some confusion about the failed results of the CI tests.
   CI failed test log as fllowing:
   ```
   org.apache.calcite.test.RelOptRulesTest > testProjectJoinRemove25() failure 
marker
   FAILURE   0.0sec, org.apache.calcite.test.RelOptRulesTest > 
testProjectJoinRemove25()
       java.lang.AssertionError: Expected planAfter must not be present when 
using unchanged=true or calling checkUnchanged.
           at 
org.apache.calcite.test.RelOptFixture.checkPlanning(RelOptFixture.java:397)
           at 
org.apache.calcite.test.RelOptFixture.check(RelOptFixture.java:330)
           at 
org.apache.calcite.test.RelOptFixture.checkUnchanged(RelOptFixture.java:322)
           at 
org.apache.calcite.test.RelOptRulesTest.testProjectJoinRemove25(RelOptRulesTest.java:6297)
   ```
   In RelOptFixture.java:397 it throw the exception. 
   But in RelOptRulesTes#testProjectJoinRemove25, I use checkUnchanged() method 
which means `unchanged` is true. It should run  into 
[RelOptFixture.java:395](https://github.com/JingDas/calcite/blob/4ef5adde44825f2069aad0f1bc3fbb3de6872693/testkit/src/main/java/org/apache/calcite/test/RelOptFixture.java#L392C1-L403C40).
   
   
   
   
   


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