NobiGo commented on code in PR #4209:
URL: https://github.com/apache/calcite/pull/4209#discussion_r1972649324
##########
core/src/test/java/org/apache/calcite/test/RelOptRulesTest.java:
##########
@@ -9585,4 +9585,46 @@ private void
checkJoinAssociateRuleWithTopAlwaysTrueCondition(boolean allowAlway
.withRule(CoreRules.MULTI_JOIN_OPTIMIZE)
.check();
}
+
+ @Test void testIntersectToExistsRuleOneField() {
Review Comment:
Just as @mihaibudiu said, currently this quidem file cannot specify
specific optimizations. Before Quidem's test, we wrote such test cases in
JdbcTest. Please feel free to check it.
--
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]