RollsBean commented on pull request #16478:
URL: https://github.com/apache/flink/pull/16478#issuecomment-885351001


   Hi @hackergin , thanks for your review and following up my PR, I make some 
changes as you suggested, aslo I review my whole translation and do some update.
   
   My update as below(exclude you suggested):
   
   1. `有状态操作的一些示例:`  change to `一些有状态操作的示例:`
   2. `Keyed state 被维护在一个可以认为是键/值存储的地方。` change to `Keyed state 被维护在一个键/值存储的地方。`
   3. `在执行期间,每个有键算子的并行实例和一个或多个键组的键一起使用。` change to `在执行期间,每个 keyed operator 
的并行实例和一个或多个键组的键一起使用。`
   4. `例如在 Apache Kafka 中,这意味着告诉消费者(consumer)从 offset <i>S<sub>k</sub></i> 
开始获取。 ` change to `例如在 Apache Kafka 中,这意味着告诉消费者(consumer)从 offset 
<i>S<sub>k</sub></i> 开始获取。 `


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


Reply via email to