vssakuru commented on code in PR #26803:
URL: https://github.com/apache/flink/pull/26803#discussion_r2212982439
##########
flink-python/src/main/java/org/apache/flink/client/python/PythonEnvUtils.java:
##########
@@ -368,13 +369,24 @@ 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())
- .collect(Collectors.joining(", ")),
+<<<<<<< Updated upstream
Review Comment:
oh no, I was still working on the changes. This was an intermediate stage
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]