[FLINK-37422][docs] Fix typos and translation alignment in streaming analytics zh document#28215
Open
arvindKandpal-ksolves wants to merge 2 commits into
Open
[FLINK-37422][docs] Fix typos and translation alignment in streaming analytics zh document#28215arvindKandpal-ksolves wants to merge 2 commits into
arvindKandpal-ksolves wants to merge 2 commits into
Conversation
…analytics zh document Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Author
|
Hi @davidradl , Please review this when you have a time. |
Collaborator
klion26
reviewed
May 21, 2026
| ### 延迟 VS 正确性 | ||
|
|
||
| watermarks 给了开发者流处理的一种选择,它们使开发人员在开发应用程序时可以控制延迟和完整性之间的权衡。与批处理不同,批处理中的奢侈之处在于可以在产生任何结果之前完全了解输入,而使用流式传输,我们不被允许等待所有的时间都产生了,才输出排序好的数据,这与流相违背。 | ||
| watermarks 给了开发者流处理的一种选择,它们使开发人员在开发应用程序时可以控制延迟和完整性之间的权衡。与批处理不同,批处理中的奢侈之处在于可以在产生任何结果之前完全了解输入,而使用流式传输,我们不被允许等待所有的数据都产生了,才输出排序好的数据,这与流相违背。 |
Member
There was a problem hiding this comment.
它们使开发人员在开发应用程序时可以控制延迟和完整性之间的权衡 -> 它们使开发人员可以在延迟和完整性之间进行权衡
批处理中的奢侈之处在于可以在产生任何结果之前完全了解输入 -> 批处理可以在产生结果之前完全了解输入
而使用流式传输,我们不被允许等待所有的数据都产生了,才输出排序好的数据,这与流相违背 -> 流处理则需要及时的输出结果,而无法等待所有数据的到来
There was a problem hiding this comment.
Hi @klion26 , I have update the commit , Please take a look.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What is the purpose of the change
This PR fixes multiple typos and translation alignments in the streaming analytics Chinese documentation.
Specifically, it addresses the issue raised in FLINK-37422 (and the previously closed stale PR #26249) where a literal translation created confusion, and it fixes an additional mistranslation on the same page.
Brief change log
Modified
docs/content.zh/docs/learn-flink/streaming_analytics.md:Verifying this change
This change is a trivial rework / code cleanup without any test coverage.
Does this pull request potentially affect one of the following parts:
@Public(Evolving): noDocumentation
Was generative AI tooling used to co-author this PR?
Generated-by: Claude Code