EMsnap commented on code in PR #9940:
URL: https://github.com/apache/inlong/pull/9940#discussion_r1558899063


##########
inlong-sort/sort-end-to-end-tests/sort-end-to-end-tests-v1.15/src/test/java/org/apache/inlong/sort/tests/utils/FlinkContainerTestEnv.java:
##########
@@ -165,8 +134,8 @@ public void submitSQLJob(String sqlFile, Path... jars)
         ExecResult execResult =
                 jobManager.execInContainer("bash", "-c", String.join(" ", 
commands));
         LOG.info(execResult.getStdout());
-        LOG.error(execResult.getStderr());

Review Comment:
   the error might be useful for debugging, why change the place? 



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

Reply via email to