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

sewen pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/flink-web.git

commit c133968a7f57c1a76b084256cbdcc938af2f56d3
Author: martijnvisser <[email protected]>
AuthorDate: Fri Sep 17 13:40:39 2021 +0200

    Updated Flink roadmap
---
 img/flink_feature_radar_2.svg    | 2 +-
 img/flink_feature_radar_zh_2.svg | 2 +-
 roadmap.md                       | 8 +++++++-
 3 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/img/flink_feature_radar_2.svg b/img/flink_feature_radar_2.svg
index 39c6d2b..581f169 100644
--- a/img/flink_feature_radar_2.svg
+++ b/img/flink_feature_radar_2.svg
@@ -1,3 +1,3 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" 
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd";>
-<svg xmlns="http://www.w3.org/2000/svg"; 
xmlns:xlink="http://www.w3.org/1999/xlink"; version="1.1" width="1462px" 
height="1611px" viewBox="-0.5 -0.5 1462 1611" content="&lt;mxfile 
host=&quot;app.diagrams.net&quot; modified=&quot;2021-03-02T12:54:02.361Z&quot; 
agent=&quot;5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like 
Gecko) Chrome/88.0.4324.190 Safari/537.36&quot; 
etag=&quot;HUCSSSwWrlf5aUy_RP5Y&quot; version=&quot;14.4.3&quot; 
type=&quot;device&quot;&gt;&lt;diagram id=& [...]
\ No newline at end of file
+<svg xmlns="http://www.w3.org/2000/svg"; 
xmlns:xlink="http://www.w3.org/1999/xlink"; version="1.1" width="1461px" 
height="1611px" viewBox="-0.5 -0.5 1461 1611" content="&lt;mxfile 
host=&quot;app.diagrams.net&quot; modified=&quot;2021-09-17T11:38:50.479Z&quot; 
agent=&quot;5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, 
like Gecko) Chrome/93.0.4577.82 Safari/537.36&quot; 
etag=&quot;DKujwI8B8c20QvX0FoUx&quot; version=&quot;15.2.7&quot; 
type=&quot;device&quot;&gt;&lt;diagram [...]
\ No newline at end of file
diff --git a/img/flink_feature_radar_zh_2.svg b/img/flink_feature_radar_zh_2.svg
index 32dedb2..81ae55e 100644
--- a/img/flink_feature_radar_zh_2.svg
+++ b/img/flink_feature_radar_zh_2.svg
@@ -1,3 +1,3 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" 
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd";>
-<svg xmlns="http://www.w3.org/2000/svg"; 
xmlns:xlink="http://www.w3.org/1999/xlink"; version="1.1" width="1462px" 
height="1611px" viewBox="-0.5 -0.5 1462 1611" content="&lt;mxfile 
host=&quot;app.diagrams.net&quot; modified=&quot;2021-03-02T12:54:02.361Z&quot; 
agent=&quot;5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like 
Gecko) Chrome/88.0.4324.190 Safari/537.36&quot; 
etag=&quot;HUCSSSwWrlf5aUy_RP5Y&quot; version=&quot;14.4.3&quot; 
type=&quot;device&quot;&gt;&lt;diagram id=& [...]
\ No newline at end of file
+<svg xmlns="http://www.w3.org/2000/svg"; 
xmlns:xlink="http://www.w3.org/1999/xlink"; version="1.1" width="1461px" 
height="1611px" viewBox="-0.5 -0.5 1461 1611" content="&lt;mxfile 
host=&quot;app.diagrams.net&quot; modified=&quot;2021-09-17T11:39:49.916Z&quot; 
agent=&quot;5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, 
like Gecko) Chrome/93.0.4577.82 Safari/537.36&quot; 
etag=&quot;HDwvuZMnOxuaTlrWOCzJ&quot; version=&quot;15.2.7&quot; 
type=&quot;device&quot;&gt;&lt;diagram [...]
\ No newline at end of file
diff --git a/roadmap.md b/roadmap.md
index d3970b9..bedd48f 100644
--- a/roadmap.md
+++ b/roadmap.md
@@ -36,7 +36,7 @@ More details and various smaller changes can be found in the
 The roadmap is continuously updated. New features and efforts should be added 
to the roadmap once
 there is consensus that they will happen and what they will roughly look like 
for the user.
 
-**Last Update:** 2021-03-01
+**Last Update:** 2021-09-16
 
 <hr />
 
@@ -235,6 +235,12 @@ simpler (less configuration tuning required) and more 
performant.
 
 # Python APIs
 
+Most functionalities in the Java Table APIs and DataStream APIs are already 
supported by the Python APIs. 
+The community is continuously working on improvements such as improving the 
checkpoint strategy for Python UDF execution
+([FLINK-18235](https://issues.apache.org/jira/browse/FLINK-18235)), 
introducing more connectors support in both the Python DataStream API 
+and Python Table API so that the Python API can be used in for production 
implementations.
+
+
 Stateful transformation functions for the Python DataStream API:
 
[FLIP-153](https://cwiki.apache.org/confluence/display/FLINK/FLIP-153%3A+Support+state+access+in+Python+DataStream+API)
 

Reply via email to