liying919 commented on a change in pull request #12012:
URL: https://github.com/apache/flink/pull/12012#discussion_r421432745



##########
File path: docs/training/etl.zh.md
##########
@@ -103,9 +91,7 @@ public static class Enrichment implements 
MapFunction<TaxiRide, EnrichedRide> {
 
 ### `flatmap()`
 
-A `MapFunction` is suitable only when performing a one-to-one transformation: 
for each and every
-stream element coming in, `map()` will emit one transformed element. 
Otherwise, you will want to use
-`flatmap()`
+`MapFunction` 只适用于一对一的转换:对每个进入算子的流元素,`map()` 将发射一个转换后的元素。对于除此以外的场景,你将要使用 
`flatmap()`。

Review comment:
       这里我改成“仅发送”吧




----------------------------------------------------------------
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]


Reply via email to