Myracle commented on code in PR #20361:
URL: https://github.com/apache/flink/pull/20361#discussion_r937401173
##########
flink-end-to-end-tests/flink-end-to-end-tests-common/src/main/java/org/apache/flink/tests/util/flink/FlinkDistribution.java:
##########
@@ -220,6 +220,7 @@ public void submitSQLJob(SQLJobSubmission job, Duration
timeout) throws IOExcept
AutoClosableProcess.create(commands.toArray(new String[0]))
.setStdInputs(job.getSqlLines().toArray(new String[0]))
.setStdoutProcessor(LOG::info) // logging the SQL statements
and error message
+ .setEnv(job.getEnvProcessor())
Review Comment:
It is needed in UsingRemoteJarITCase.
--
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]