yujun777 commented on code in PR #63611:
URL: https://github.com/apache/doris/pull/63611#discussion_r3309104997
##########
fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/functions/udf/JavaUdaf.java:
##########
@@ -50,6 +51,7 @@ public class JavaUdaf extends AggregateFunction implements
ExplicitlyCastableSig
private final FunctionSignature signature;
private final DataType intermediateType;
private final NullableMode nullableMode;
+ private final FunctionVolatility volatility;
Review Comment:
need add VolatileIdentity field for case FunctionValatility.VOLATILE
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]