dianfu commented on a change in pull request #10430: [FLINK-14019][python][cli]
Add command-line options for managing Python UDF environment and dependencies.
URL: https://github.com/apache/flink/pull/10430#discussion_r354747752
##########
File path:
flink-python/src/main/java/org/apache/flink/client/python/PythonDriverOptions.java
##########
@@ -40,11 +43,17 @@
@Nonnull
private List<String> programArgs;
- PythonDriverOptions(String entrypointModule, List<Path> pythonLibFiles,
List<String> programArgs) {
Review comment:
It introduces a few warnings in this class. It will be good if we can
address them.
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services