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 1e07048e9e653f3de6b40930fb96dd92c6b1baa8 Author: martijnvisser <mart...@2symbols.com> AuthorDate: Fri Sep 17 17:59:23 2021 +0200 Re-build Flink roadmap --- content/img/flink_feature_radar_2.svg | 2 +- content/img/flink_feature_radar_zh_2.svg | 2 +- content/roadmap.html | 7 ++++++- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/content/img/flink_feature_radar_2.svg b/content/img/flink_feature_radar_2.svg index 39c6d2b..581f169 100644 --- a/content/img/flink_feature_radar_2.svg +++ b/content/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="<mxfile host="app.diagrams.net" modified="2021-03-02T12:54:02.361Z" agent="5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.190 Safari/537.36" etag="HUCSSSwWrlf5aUy_RP5Y" version="14.4.3" type="device"><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="<mxfile host="app.diagrams.net" modified="2021-09-17T11:38:50.479Z" agent="5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36" etag="DKujwI8B8c20QvX0FoUx" version="15.2.7" type="device"><diagram [...] \ No newline at end of file diff --git a/content/img/flink_feature_radar_zh_2.svg b/content/img/flink_feature_radar_zh_2.svg index 32dedb2..81ae55e 100644 --- a/content/img/flink_feature_radar_zh_2.svg +++ b/content/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="<mxfile host="app.diagrams.net" modified="2021-03-02T12:54:02.361Z" agent="5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.190 Safari/537.36" etag="HUCSSSwWrlf5aUy_RP5Y" version="14.4.3" type="device"><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="<mxfile host="app.diagrams.net" modified="2021-09-17T11:39:49.916Z" agent="5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36" etag="HDwvuZMnOxuaTlrWOCzJ" version="15.2.7" type="device"><diagram [...] \ No newline at end of file diff --git a/content/roadmap.html b/content/roadmap.html index b1b2359..230bd15 100644 --- a/content/roadmap.html +++ b/content/roadmap.html @@ -255,7 +255,7 @@ efforts, so that users may get a better impression of the overall status and dir <p>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.</p> -<p><strong>Last Update:</strong> 2021-03-01</p> +<p><strong>Last Update:</strong> 2021-09-16</p> <hr /> @@ -499,6 +499,11 @@ to make the memory footprint (JVM direct memory) more predictable, see <h1 id="python-apis">Python APIs</h1> +<p>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 +(<a href="https://issues.apache.org/jira/browse/FLINK-18235">FLINK-18235</a>), 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.</p> + <p>Stateful transformation functions for the Python DataStream API: <a href="https://cwiki.apache.org/confluence/display/FLINK/FLIP-153%3A+Support+state+access+in+Python+DataStream+API">FLIP-153</a></p>