This is an automated email from the ASF dual-hosted git repository.

dianfu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/master by this push:
     new 2ef6f26a432 [hotfix][docs] Update the outdated documentation about 
broadcast state's support in PyFlink
2ef6f26a432 is described below

commit 2ef6f26a4323f7eba1289afa2dea50495c7add97
Author: Dian Fu <[email protected]>
AuthorDate: Fri Jan 13 09:51:18 2023 +0800

    [hotfix][docs] Update the outdated documentation about broadcast state's 
support in PyFlink
---
 docs/content.zh/docs/dev/datastream/fault-tolerance/state.md | 2 --
 docs/content/docs/dev/datastream/fault-tolerance/state.md    | 2 --
 2 files changed, 4 deletions(-)

diff --git a/docs/content.zh/docs/dev/datastream/fault-tolerance/state.md 
b/docs/content.zh/docs/dev/datastream/fault-tolerance/state.md
index 8e2049054c5..c5ed515b962 100644
--- a/docs/content.zh/docs/dev/datastream/fault-tolerance/state.md
+++ b/docs/content.zh/docs/dev/datastream/fault-tolerance/state.md
@@ -615,8 +615,6 @@ val counts: DataStream[(String, Int)] = stream
  2. 它仅在一些特殊的算子中可用。这些算子的输入为一个*广播*数据流和*非广播*数据流,
  3. 这类算子可以拥有不同命名的*多个广播状态* 。
 
-**注意:** Python DataStream API 仍无法支持广播状态。
-
 {{< top >}}
 
 ## 使用 Operator State
diff --git a/docs/content/docs/dev/datastream/fault-tolerance/state.md 
b/docs/content/docs/dev/datastream/fault-tolerance/state.md
index c65c8f29a84..54bc666a0d6 100644
--- a/docs/content/docs/dev/datastream/fault-tolerance/state.md
+++ b/docs/content/docs/dev/datastream/fault-tolerance/state.md
@@ -702,8 +702,6 @@ in that:
     *broadcasted* stream and a *non-broadcasted* one, and
  3. such an operator can have *multiple broadcast states* with different names.
 
-**Notes:** Broadcast state is still not supported in Python DataStream API.
-
 {{< top >}}
 
 ## Using Operator State

Reply via email to