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="<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/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="<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/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)
