hequn8128 commented on a change in pull request #9858: [FLINK-14208][python] Optimize Python UDFs with parameters of constant values URL: https://github.com/apache/flink/pull/9858#discussion_r334218101
########## File path: flink-python/pyflink/proto/flink-fn-execution.proto ########## @@ -30,6 +30,7 @@ message UserDefinedFunction { oneof input { UserDefinedFunction udf = 1; int32 inputOffset = 2; + bytes inputConstant = 3; Review comment: Rebase to the latest master and re-generate the flink_fn_execution_pb2.py file. File flink_fn_execution_pb2.py is generated from this file, re-generate it by calling gen_protos.py whenever this file is changed. See more details in [FLINK-14306](https://issues.apache.org/jira/browse/FLINK-14306) ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services