liyubin117 commented on code in PR #23666:
URL: https://github.com/apache/flink/pull/23666#discussion_r1390674299


##########
docs/content.zh/docs/dev/datastream/dataset_migration.md:
##########
@@ -679,19 +673,19 @@ dataStream3.join(dataStream4)
     </tbody>
 </table>
 
-### Category 4
+### 第四类
 
-The behaviors of the following DataSet APIs are not supported by DataStream.
+以下 DataSet API 的行为不被 DataStream 支持。
 
 * RangePartition
 * GroupCombine
 
 
-## Appendix
+## 附录
 
 #### EndOfStreamWindows
 
-The following code shows the example of `EndOfStreamWindows`.
+以下代码显示了 `EndOfStreamWindows` 示例实现。

Review Comment:
   done



##########
docs/content.zh/docs/dev/datastream/dataset_migration.md:
##########
@@ -761,7 +755,8 @@ public class EndOfStreamWindows extends 
WindowAssigner<Object, TimeWindow> {
 
 #### AddSubtaskIDMapFunction
 
-The following code shows the example of `AddSubtaskIDMapFunction`.
+以下代码显示了 `AddSubtaskIDMapFunction` 示例实现。

Review Comment:
   done



-- 
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: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to