lvyanquan commented on code in PR #3753:
URL: https://github.com/apache/flink-cdc/pull/3753#discussion_r1856276455
##########
flink-cdc-common/src/main/java/org/apache/flink/cdc/common/udf/UserDefinedFunction.java:
##########
@@ -33,6 +33,9 @@ default DataType getReturnType() {
/** This will be invoked every time when a UDF got created. */
default void open() throws Exception {}
+ /** This will be invoked every time when a UDF got created. */
+ default void open(UserDefinedFunctionContext context) throws Exception {}
+
Review Comment:
done.
--
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]