HanumathRao commented on code in PR #3598:
URL: https://github.com/apache/calcite/pull/3598#discussion_r1436630874


##########
testkit/src/main/java/org/apache/calcite/sql/parser/SqlParserTest.java:
##########
@@ -1233,6 +1235,17 @@ protected static SortedSet<String> keywords(@Nullable 
String dialect) {
         .fails("Bang equal '!=' is not allowed under the current SQL 
conformance level");
   }
 
+  @Test void testRecursiveQueryCloned() throws Exception {

Review Comment:
   Thanks @mihaibudiu for the review, added a Javadoc comment to the test case.



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