You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by he...@apache.org on 2020/09/04 11:28:05 UTC

[flink] branch master updated (bffc61a -> 5b18a74)

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

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


    from bffc61a  [FLINK-15974][python] Support to use the Python UDF directly in the Python Table API (#13325)
     add 5b18a74  [FLINK-18984][python][docs] Add tutorial documentation for Python DataStream API (#13203)

No new revisions were added by this update.

Summary of changes:
 docs/dev/python/datastream_tutorial.md             | 143 +++++++++++++++++++++
 docs/dev/python/datastream_tutorial.zh.md          | 143 +++++++++++++++++++++
 docs/dev/python/table_api_tutorial.md              |  34 ++++-
 docs/dev/python/table_api_tutorial.zh.md           |  31 ++++-
 docs/index.md                                      |   2 +-
 docs/index.zh.md                                   |   2 +-
 .../{python_table_api.md => python_api.md}         |   6 +-
 .../{python_table_api.zh.md => python_api.zh.md}   |   4 +
 8 files changed, 353 insertions(+), 12 deletions(-)
 create mode 100644 docs/dev/python/datastream_tutorial.md
 create mode 100644 docs/dev/python/datastream_tutorial.zh.md
 rename docs/try-flink/{python_table_api.md => python_api.md} (78%)
 rename docs/try-flink/{python_table_api.zh.md => python_api.zh.md} (87%)