asolimando commented on code in PR #4366:
URL: https://github.com/apache/calcite/pull/4366#discussion_r2086680061


##########
core/src/test/java/org/apache/calcite/test/RelOptRulesTest.java:
##########
@@ -10492,7 +10492,7 @@ private void 
checkLoptOptimizeJoinRule(LoptOptimizeJoinRule rule) {
   /** Test case of
    * <a 
href="https://issues.apache.org/jira/browse/CALCITE-6973";>[CALCITE-6973]
    * Add rule for convert Minus to Filter</a>. */
-  @Test void testMinusToFilterRule() {
+  @Test void testMinusToFilterRuleWithTwoFilter() {

Review Comment:
   It's very weird that it passes locally and fails in CI, it would help 
tracking when this started to help figure out the source of the issue.



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