mihaibudiu commented on code in PR #4326:
URL: https://github.com/apache/calcite/pull/4326#discussion_r2069176092


##########
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:
   actually I have one more request: SqlUnparserTest is an extension of 
SqlParserTest, which runs all the same tests with a different fixture.
   I think this function should be moved there.



-- 
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]

Reply via email to