zhijiangW commented on a change in pull request #8608: [FLINK-11392][network]
Introduce ShuffleEnvironment interface
URL: https://github.com/apache/flink/pull/8608#discussion_r290572037
##########
File path:
flink-streaming-java/src/test/java/org/apache/flink/streaming/runtime/tasks/SynchronousCheckpointITCase.java
##########
@@ -295,7 +295,7 @@ private Task createTask(Class<? extends AbstractInvokable>
invokableClass) throw
0,
mock(MemoryManager.class),
mock(IOManager.class),
- networkEnvironment,
+ shuffleEnvironment,
Review comment:
indentation issue 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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services