klion26 commented on a change in pull request #8319: [FLINK-11636] [docs-zh] 
Translate "State Schema Evolution" into Chinese
URL: https://github.com/apache/flink/pull/8319#discussion_r281000916
 
 

 ##########
 File path: docs/dev/stream/state/schema_evolution.zh.md
 ##########
 @@ -26,11 +26,11 @@ under the License.
 {:toc}
 
 Apache Flink 流应用通常被设计为永远或者长时间运行。
-与所有长期运行的服务一样,需要更新应用程序以适应不断变化的需求。
-对于应用程序处理的数据结构来说,这是相同的;它们也随应用程序一起升级。
+与所有长期运行的服务一样,应用程序需要随着业务的迭代而进行调整。
+应用所处理的数据 schema 也会随着进行变化。
 
-此页面概述了如何升级状态类型的数据结构。
-目前的限制因不同类型和状态结构而异(`ValueState`、`ListState` 等)。
+此页面概述了如何升级状态类型的数据 schema 。
+目前对不同类系的状态结构(`ValueState`、`ListState` 等)有不同的限制
 
 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]


With regards,
Apache Git Services

Reply via email to