yujun777 commented on code in PR #63611:
URL: https://github.com/apache/doris/pull/63611#discussion_r3309106233


##########
fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/functions/udf/JavaUdtf.java:
##########
@@ -49,6 +50,7 @@ public class JavaUdtf extends TableGeneratingFunction 
implements ExplicitlyCasta
     private final Function.BinaryType binaryType;
     private final FunctionSignature signature;
     private final NullableMode nullableMode;
+    private final FunctionVolatility volatility;

Review Comment:
   need add VolatileIdentity  field for case FunctionValatility.VOLATILE



##########
fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/functions/udf/PythonUdaf.java:
##########
@@ -50,6 +51,7 @@ public class PythonUdaf extends AggregateFunction implements 
ExplicitlyCastableS
     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]

Reply via email to