chucheng92 commented on code in PR #3586:
URL: https://github.com/apache/calcite/pull/3586#discussion_r1430860714
##########
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:
why change these lines? This is not part of your PR. If the previous format
is not right and you want to improve it, it may be better to submit a new PR.
--
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]