Samrat002 commented on code in PR #21770: URL: https://github.com/apache/flink/pull/21770#discussion_r1117031077
########## flink-python/src/main/java/org/apache/flink/python/env/PythonDependencyInfo.java: ########## @@ -100,13 +104,32 @@ public PythonDependencyInfo( @Nullable String requirementsCacheDir, @Nonnull Map<String, String> archives, @Nonnull String pythonExec, - @Nonnull String executionMode) { + @Nullable String pythonPath) { + this( + pythonFiles, + requirementsFilePath, + requirementsCacheDir, + archives, + pythonExec, + PYTHON_EXECUTION_MODE.defaultValue(), + pythonPath); + } Review Comment: ack -- 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: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org