wangyang0918 commented on a change in pull request #13322:
URL: https://github.com/apache/flink/pull/13322#discussion_r494020594
##########
File path:
flink-python/src/test/java/org/apache/flink/client/cli/PythonProgramOptionsTest.java
##########
@@ -104,4 +114,45 @@ public void testCreateProgramOptionsWithLongOptions()
throws CliArgsException {
new String[] {"--python", "xxx.py", "--pyModule",
"xxx", "userarg1", "userarg2"},
programOptions.getProgramArgs());
}
+
+ @Test
+ public void testConfigurePythonExecution() throws
IllegalAccessException, NoSuchFieldException, CliArgsException,
ProgramInvocationException, IOException {
+ String[] args = {
Review comment:
nit: `final` here. And the following variables.
----------------------------------------------------------------
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]