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


##########
testkit/src/main/java/org/apache/calcite/sql/parser/SqlParserTest.java:
##########
@@ -7140,7 +7140,7 @@ private static Consumer<List<? extends Throwable>> 
checkWarnings(
   @Test void testParensInFrom() {
     // UNNEST may not occur within parentheses.
     // FIXME should fail at "unnest"
-    sql("select *from (^unnest(x)^)")
+    sql("select * from (^unnest(x)^)")

Review Comment:
   There is a `// FIXME` comment which seems wrong.



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