joewee commented on code in PR #4326:
URL: https://github.com/apache/calcite/pull/4326#discussion_r2069930321
##########
core/src/test/java/org/apache/calcite/sql/parser/SqlUnParserTest.java:
##########
@@ -25,4 +36,25 @@ class SqlUnParserTest extends SqlParserTest {
return super.fixture()
.withTester(new UnparsingTesterImpl());
}
+
+ /**
+ * Test case for
+ * <a
href="https://issues.apache.org/jira/browse/CALCITE-6977">[CALCITE-6977]
+ * Unparse DELETE SQL throws unsupported exception</a>.
+ */
+ @Test void testSqlDeleteSqlBasicCallToString() {
Review Comment:
I'm totally agree with you, i have moved this function into SqlParserTest
class, thanks all you guys!😊
--
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]