[ https://issues.apache.org/jira/browse/FLINK-17585?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Dian Fu updated FLINK-17585: ---------------------------- Fix Version/s: 1.11.0 > "PythonProgramOptions" changes the entry point class when user submit a Java > sql job which contains Python UDF > --------------------------------------------------------------------------------------------------------------- > > Key: FLINK-17585 > URL: https://issues.apache.org/jira/browse/FLINK-17585 > Project: Flink > Issue Type: Bug > Components: API / Python > Affects Versions: 1.11.0 > Reporter: Wei Zhong > Assignee: Wei Zhong > Priority: Major > Fix For: 1.11.0 > > > If we running such a command: > {code:java} > flink run -pyfs xxx.py xxx.jar > {code} > The main class will be changed to "PythonDriver". It is because the > "PythonProgramOptions" class changes the entry point class when the python > command line options are detected. We should consider the situation that user > submit a Java sql job which contains Python UDF. -- This message was sent by Atlassian Jira (v8.3.4#803005)