mihaibudiu commented on code in PR #4298:
URL: https://github.com/apache/calcite/pull/4298#discussion_r2041274578
##########
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:
maybe you will be able to write a few quidem tests too after we merge
https://github.com/apache/calcite/pull/4301
--
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]