Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Resolved
-
1.10.0
Description
As discussed in https://github.com/apache/flink/pull/9748#discussion_r329575228, all the Python ScalarFunction need to implement the interface PythonFunction and we can determine if a ScalarFunction is Python or not via if it's an instance of PythonFunction, the method FunctionDefinition#getLanguage is not needed any more.
Attachments
Issue Links
- links to