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


##########
server/src/test/java/org/apache/calcite/test/ServerParserTest.java:
##########
@@ -86,6 +99,24 @@ class ServerParserTest extends SqlParserTest {
     sql(sql).ok(expected);
   }
 
+  /** Test case for <a 
href="https://issues.apache.org/jira/browse/CALCITE-7339";>[CALCITE-7339]
+   * Most classes in SqlDdlNodes use an incorrect SqlCallFactory</a>. */
+  @Test void testShuttle() throws SqlParseException {

Review Comment:
   I don't think that my changes affect parsing and unparsing, they affect for 
sure visitors that mutate these classes.



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