xiedeyantu commented on code in PR #4298:
URL: https://github.com/apache/calcite/pull/4298#discussion_r2041277300
##########
core/src/test/java/org/apache/calcite/test/JdbcTest.java:
##########
@@ -4015,6 +4015,34 @@ public void checkOrderBy(final boolean desc,
"commission=null");
}
+ /** Test case for <a
href="https://issues.apache.org/jira/browse/CALCITE-6948">[CALCITE-6948]
+ * Implement IntersectToSemiJoinRule</a>. */
+ @Test void testMinusToAntiJoinRule() {
Review Comment:
Yes, I am submitting #4301 to the draft branch now and would like everyone
to see if this approach is acceptable. Then I will adjust the implementation
method according to everyone's suggestions. The cases written in JdbcTest can
all be completed using quidem tests.
--
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]