vssakuru commented on code in PR #26803:
URL: https://github.com/apache/flink/pull/26803#discussion_r2213723471


##########
flink-python/src/main/java/org/apache/flink/client/python/PythonEnvUtils.java:
##########
@@ -368,11 +369,18 @@ static Process startPythonProcess(
             // set the child process the output same as the parent process.
             
pythonProcessBuilder.redirectOutput(ProcessBuilder.Redirect.INHERIT);
         }
-
         LOG.info(
                 "Starting Python process with environment variables: {{}}, 
command: {}",
                 env.entrySet().stream()
-                        .map(e -> e.getKey() + "=" + e.getValue())

Review Comment:
   I didn't know this existed. Thanks for pointing it out. I will reuse this 
method



-- 
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

Reply via email to