xiedeyantu commented on code in PR #4409:
URL: https://github.com/apache/calcite/pull/4409#discussion_r2132333251
##########
core/src/test/java/org/apache/calcite/rel/rel2sql/RelToSqlConverterTest.java:
##########
@@ -9838,6 +9838,24 @@ private void checkLiteral2(String expression, String
expected) {
.withHive().ok(expectedHive);
}
+ /** Test case for
+ * <a
href="https://issues.apache.org/jira/browse/CALCITE-7050">[CALCITE-7050]
+ * Invalid unparse for FULL JOIN in MySQLDialect</a>. */
+ @Test void testFullJoin() {
Review Comment:
Maybe you should add another test. Dose the name like
`testUnsupportedFullJoin`?
--
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]