rubenada commented on code in PR #4202:
URL: https://github.com/apache/calcite/pull/4202#discussion_r1971197327
##########
testkit/src/main/java/org/apache/calcite/test/SqlOperatorTest.java:
##########
@@ -8062,146 +8062,158 @@ void checkRegexpExtract(SqlOperatorFixture f0,
FunctionAlias functionAlias) {
f.checkNull("array_concat(cast(null as integer array), array[1])");
}
- /** Tests {@code ARRAY_CONTAINS} function from Spark. */
+ /** Tests {@code ARRAY_CONTAINS} function from Spark、Hive. */
Review Comment:
Sorry but the change is incomplete: you modified one ocurrence, but there
are still 7 more occurrences of this character that your PR has introduced
throughout this file, could you please correct them?
--
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]