dianfu commented on a change in pull request #11682: [FLINK-16668][python]
Refactor PythonDriver to read python dependency info both from command line and
environment configuration.
URL: https://github.com/apache/flink/pull/11682#discussion_r406588477
##########
File path:
flink-clients/src/main/java/org/apache/flink/client/cli/CliFrontendParser.java
##########
@@ -159,7 +159,7 @@
"py37.zip/py37/bin/python). The data files could be
accessed in Python UDF, e.g.: " +
"f = open('data/data.txt', 'r').");
- static final Option PYEXEC_OPTION = new Option("pyexec",
"pyExecutable", true,
+ public static final Option PYEXEC_OPTION = new Option("pyexec",
"pyExecutable", true,
Review comment:
ditto
----------------------------------------------------------------
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