JiajunBernoulli commented on code in PR #3212:
URL: https://github.com/apache/calcite/pull/3212#discussion_r1215995750


##########
core/src/main/java/org/apache/calcite/runtime/SqlFunctions.java:
##########
@@ -4038,7 +4066,7 @@ public static Collection multisetUnionAll(Collection 
collection1,
   }
 
   /** Support the ARRAY_REVERSE function. */
-  public static List reverse(List list) {
+  public static List arrayReverse(List list) {

Review Comment:
   1.35 has not been released yet, it will not affect downstream dependencies.
   
   The old name is not accurate enough, we should solve this problem before the 
release version.



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