rubenada commented on code in PR #4202:
URL: https://github.com/apache/calcite/pull/4202#discussion_r1970051863


##########
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:
   Not the usual comma that we normally use, please change it (8 occurrences in 
this file) (`、` => `,` )



-- 
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]

Reply via email to