Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FLINK-35236] [chinese-translation] Modify Translation error on the execution_mode/order-of-processing #24726

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/content.zh/docs/dev/datastream/execution_mode.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ TaskManagers 将至少在下游任务开始消费它们前保留中间结果(


- _广播输入(broadcast input)_: 从广播流输入(参见 [广播状态(Broadcast State)]({{< ref "docs/dev/datastream/fault-tolerance/broadcast_state" >}}))
- _常规输入(regular input)_: 从广播或 keyed 输入
- _常规输入(regular input)_: 既不从广播输入也不从 keyed 输入
- _keyed 输入(keyed input)_: 从 `KeyedStream` 输入

消费多种类型输入的函数或是算子可以使用以下顺序处理:
Expand Down