zhijiangW commented on a change in pull request #8608: [FLINK-11392][network]
Introduce ShuffleEnvironment interface
URL: https://github.com/apache/flink/pull/8608#discussion_r290572080
##########
File path:
flink-streaming-java/src/test/java/org/apache/flink/streaming/runtime/tasks/TaskCheckpointingBehaviourTest.java
##########
@@ -224,7 +224,7 @@ private static Task createTask(
TestStreamTask.class.getName(),
taskConfig);
- NetworkEnvironment network = new
NetworkEnvironmentBuilder().build();
+ ShuffleEnvironment network = new
NetworkEnvironmentBuilder().build();
Review comment:
rename `network` as `shuffleEnvironment`
----------------------------------------------------------------
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