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

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


The following commit(s) were added to refs/heads/master by this push:
     new 23d0c47  Remove misleading unsupported features mention for Python 
streaming (#12140)
23d0c47 is described below

commit 23d0c474576e5e58a62a17443587bbd1e9d7e5c3
Author: Thomas Weise <twe...@users.noreply.github.com>
AuthorDate: Tue Jun 30 17:28:40 2020 -0700

    Remove misleading unsupported features mention for Python streaming (#12140)
---
 .../en/documentation/sdks/python-streaming.md       | 21 +++++----------------
 1 file changed, 5 insertions(+), 16 deletions(-)

diff --git a/website/www/site/content/en/documentation/sdks/python-streaming.md 
b/website/www/site/content/en/documentation/sdks/python-streaming.md
index 9c4a688..5fb0aa1 100644
--- a/website/www/site/content/en/documentation/sdks/python-streaming.md
+++ b/website/www/site/content/en/documentation/sdks/python-streaming.md
@@ -126,16 +126,12 @@ python -m apache_beam.examples.streaming_wordcount \
   --streaming
 {{< /highlight >}}
 
-{{< highlight class="runner-flink-local" >}}
-See https://beam.apache.org/roadmap/portability/#python-on-flink for more 
information.
-{{< /highlight >}}
-
-{{< highlight class="runner-flink-cluster" >}}
+{{< highlight class="runner-flink" >}}
 See https://beam.apache.org/documentation/runners/flink/ for more information.
 {{< /highlight >}}
 
 {{< highlight class="runner-spark" >}}
-See https://beam.apache.org/roadmap/portability/#python-on-spark for more 
information.
+See https://beam.apache.org/documentation/runners/spark/ for more information.
 {{< /highlight >}}
 
 {{< highlight class="runner-dataflow" >}}
@@ -158,19 +154,12 @@ about executing streaming pipelines:
 
 - [DirectRunner streaming 
execution](/documentation/runners/direct/#streaming-execution)
 - [DataflowRunner streaming 
execution](/documentation/runners/dataflow/#streaming-execution)
-
+- [Portable Flink runner](/documentation/runners/flink/)
 
 ## Unsupported features
 
-Python streaming execution does not currently support the following features.
+Python streaming execution does not currently support the following features:
 
-### General Beam features
-
-These unsupported Beam features apply to all runners.
-
-- `State` and `Timers` APIs
 - Custom source API
-- Splittable `DoFn` API
-- Handling of late data
 - User-defined custom merging `WindowFn` (with fnapi)
-
+- For portable runners, see [portability support 
table](https://s.apache.org/apache-beam-portability-support-table).

Reply via email to