Dannila opened a new issue, #10039: URL: https://github.com/apache/dolphinscheduler/issues/10039
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues. ### What happened When the program type of the Flink run program is Python, the Flink run command is wrong and cannot be successful ### What you expected to happen Flink run command missing "-py" when program type is Python. The flink task configuration is as follows:  Flink run command error when program type is Python:  The correct command of flink run runs as follows:  ### How to reproduce Add logical judgment when Flink programming language is Python to FlinkTask.class. Add command parameters when Flink programming language is Python to FlinkConstants.class ### Anything else _No response_ ### Version dev ### Are you willing to submit PR? - [X] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- 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]
