Huang Xingbo created FLINK-16516: ------------------------------------ Summary: Remove Python UDF Codegen Code Key: FLINK-16516 URL: https://issues.apache.org/jira/browse/FLINK-16516 Project: Flink Issue Type: Improvement Components: API / Python Reporter: Huang Xingbo Fix For: 1.11.0
Currently we take use of codegen to generate PythonScalarFunction and PythonTableFunction, but it is unecessary.We can directly create a static PythonScalarFunction and PythonTableFunction. -- This message was sent by Atlassian Jira (v8.3.4#803005)