morningman commented on code in PR #23718:
URL: https://github.com/apache/doris/pull/23718#discussion_r1311836926


##########
fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/functions/scalar/ArrayMax.java:
##########
@@ -40,7 +52,20 @@ public class ArrayMax extends ScalarFunction implements 
ExplicitlyCastableSignat
         UnaryExpression, AlwaysNullable {
 
     public static final List<FunctionSignature> SIGNATURES = ImmutableList.of(
-            FunctionSignature.ret(new 
FollowToAnyDataType(0)).args(ArrayType.of(new AnyDataType(0)))

Review Comment:
   Looks like this is a generated class, so I think we can not modify it 
directly?
   
   ```
   /**
    * ScalarFunction 'array_max'. This class is generated by GenerateFunction.
    */
   ```



-- 
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: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to