snuyanzin commented on code in PR #24317:
URL: https://github.com/apache/flink/pull/24317#discussion_r1698289615
##########
flink-table/flink-sql-parser/src/test/java/org/apache/flink/sql/parser/FlinkSqlParserImplTest.java:
##########
@@ -3266,6 +3266,64 @@ void testCreateModelAsWithOutput() {
"CREATE MODEL AS SELECT syntax does
not support to specify explicit output columns."));
}
+ @Test
+ void testFromValuesWithoutParens() {
+ sql("select 1 from ^values^('x')")
Review Comment:
added comments to remove it once we have 1.38
--
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]