xuzifu666 commented on code in PR #5105:
URL: https://github.com/apache/calcite/pull/5105#discussion_r3599906462


##########
testkit/src/main/java/org/apache/calcite/sql/parser/SqlParserTest.java:
##########
@@ -2858,6 +2858,16 @@ void checkPeriodPredicate(Checker checker) {
     sql(sql).ok(expected);
   }
 
+  /** Test case for
+   * <a 
href="https://issues.apache.org/jira/browse/CALCITE-5216";>[CALCITE-5216]
+   * Cannot parse parenthesized nested WITH clause</a>. */
+  @Test void testNestedWithParenthesized() {

Review Comment:
   That makes sense. I added the quidem test and result should be 
ok(https://onecompiler.com/postgresql/44veytn3y), but I plan to keep that test 
also(If you don't think it's necessary, I can remove it).



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