caicancai commented on code in PR #3584:
URL: https://github.com/apache/calcite/pull/3584#discussion_r1427465093
##########
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:
@mihaibudiu Perhaps it expects the error message not to be an Expected query
or join, but to display an error message related to the unnset
--
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]