TisonKun commented on a change in pull request #10104: [FLINK-14629][client]
Refactor ScalaShellRemote(Stream)Environment to simplify inheritance
URL: https://github.com/apache/flink/pull/10104#discussion_r344982976
##########
File path:
flink-java/src/main/java/org/apache/flink/api/java/RemoteEnvironment.java
##########
@@ -77,23 +79,6 @@ public RemoteEnvironment(String host, int port, String...
jarFiles) {
this(host, port, null, jarFiles, null);
}
- /**
Review comment:
Reverted.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services