xuzifu666 commented on code in PR #4351:
URL: https://github.com/apache/calcite/pull/4351#discussion_r2068357675
##########
core/src/test/java/org/apache/calcite/test/JdbcAdapterTest.java:
##########
@@ -1355,6 +1355,27 @@ private LockWrapper exclusiveCleanDb(Connection c)
throws SQLException {
.runs();
}
+ /**
+ * Test case for
+ * <a
href="https://issues.apache.org/jira/browse/CALCITE-6995">[CALCITE-6995]
+ * StarRocks/Doris should support full join</a>.*/
+ @Test void testFullJoinSupportedDialect() {
+ CalciteAssert.model(JdbcTest.SCOTT_MODEL)
+ .enable(CalciteAssert.DB != CalciteAssert.DatabaseInstance.H2
Review Comment:
I think here should test for all DBs except the two excluded, because other
db can support full join. @asolimando
--
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]