gaoyunhaii commented on a change in pull request #16627:
URL: https://github.com/apache/flink/pull/16627#discussion_r744361301
##########
File path: docs/content/docs/ops/batch/blocking_shuffle.md
##########
@@ -31,7 +31,7 @@ under the License.
Flink supports a batch execution mode in both [DataStream API]({{< ref
"docs/dev/datastream/execution_mode" >}}) and [Table / SQL]({{< ref
"/docs/dev/table/overview" >}}) for jobs executing across bounded input. In
this mode, network exchanges occur via a blocking shuffle. Unlike the pipeline
shuffle used for streaming applications, blocking exchanges persists data to
some storage. Downstream tasks then fetch these values via the network. Such an
exchange reduces the resources required to execute the job as it does not need
the upstream and downstream tasks to run simultaneously.
-As a whole, Flink provides two different types of blocking shuffles; `Hash
shuffle` and `Sort shuffle`.
+As a whole, Flink provides two different types of blocking shuffles: `Hash
shuffle` and `Sort shuffle`.
Review comment:
Hi @GOODBOY008 ~ I think we do not need to modify the english version~
--
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]