rmetzger commented on a change in pull request #14950:
URL: https://github.com/apache/flink/pull/14950#discussion_r586225417
##########
File path:
flink-runtime/src/test/java/org/apache/flink/runtime/executiongraph/ExecutionGraphDeploymentWithBlobServerTest.java
##########
@@ -87,7 +87,7 @@ public void shutdownBlobServer() throws IOException {
}
@Override
- protected void checkJobOffloaded(ExecutionGraph eg) throws Exception {
+ protected void checkJobOffloaded(DefaultExecutionGraph eg) throws
Exception {
Review comment:
Let me know if you believe it should be part of the interface. To me it
seems to be fine to hide it. Not sure if one test usage justifies exposing it.
----------------------------------------------------------------
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]