NobiGo commented on code in PR #3056:
URL: https://github.com/apache/calcite/pull/3056#discussion_r1093949489
##########
core/src/test/java/org/apache/calcite/rel/rel2sql/RelToSqlConverterTest.java:
##########
@@ -3579,6 +3579,16 @@ private SqlDialect nonOrdinalDialect() {
sql(retainLimitQuery).ok(retainLimitResult);
}
+ /** Test case for
+ * <a
href="https://issues.apache.org/jira/browse/CALCITE-5504">[CALCITE-5504]
+ * Array literals are unparsed incorrectly for the spark dialect</a>.*/
Review Comment:
The java doc should stay the same as the Jira summary, Others are good to me.
--
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]