FangYongs commented on code in PR #22583:
URL: https://github.com/apache/flink/pull/22583#discussion_r1230700575
##########
flink-table/flink-sql-gateway/src/main/java/org/apache/flink/table/gateway/SqlGateway.java:
##########
@@ -168,7 +168,6 @@ public ShutdownThread(SqlGateway gateway) {
@Override
public void run() {
// Shutdown the gateway
- System.out.println("\nShutting down the Flink SqlGateway...");
Review Comment:
@libenchao Yes, it will cause e2e test failed because the e2e test framework
will check the `.out` log file and confirm that it is empty. I have confirmed
this with @fsk119 that the `System.out.println` here is meaningless, we can
remove them directly here.
--
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]