chucheng92 commented on code in PR #3586:
URL: https://github.com/apache/calcite/pull/3586#discussion_r1430864427
##########
testkit/src/main/java/org/apache/calcite/sql/parser/SqlParserTest.java:
##########
@@ -1387,30 +1387,30 @@ protected static SortedSet<String> keywords(@Nullable
String dialect) {
@Test void testRowValueExpression() {
final String expected0 = "INSERT INTO \"EMPS\"\n"
- + "VALUES (ROW(1, 'Fred')),\n"
Review Comment:
I don't think so. you can rebase the latest main and have a try.
--
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]