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/03/13 06:33:27 UTC

[flink] branch master updated (ae1d1b2 -> 2424301)

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 ae1d1b2  [FLINK-16008][python][table-planner][table-planner-blink] Add rules to transpose the join condition as a Calc on top of the Python Correlate node (#11299)
     add 2424301  [FLINK-16538][python][docs] Restructure Python Table API documentation (#11375)

No new revisions were added by this update.

Summary of changes:
 docs/dev/table/config.md                           |   4 -
 docs/dev/table/config.zh.md                        |   4 -
 docs/dev/table/functions/udfs.md                   | 149 ++-------------------
 docs/dev/table/functions/udfs.zh.md                | 149 ++-------------------
 docs/dev/table/python/dependency_management.md     |  94 +++++++++++++
 docs/dev/table/python/dependency_management.zh.md  |  94 +++++++++++++
 docs/dev/table/python/index.md                     |  35 +++++
 docs/dev/table/python/index.zh.md                  |  35 +++++
 .../index.md => dev/table/python/installation.md}  |  27 +++-
 .../table/python/installation.zh.md}               |  27 +++-
 .../{tuning/index.md => python/python_config.md}   |  15 ++-
 .../index.md => python/python_config.zh.md}        |  15 ++-
 docs/dev/table/python/python_udfs.md               | 125 +++++++++++++++++
 docs/dev/table/python/python_udfs.zh.md            | 125 +++++++++++++++++
 .../walkthroughs/python_table_api.md               |  16 +--
 .../walkthroughs/python_table_api.zh.md            |  12 +-
 docs/ops/python_shell.md                           |   7 +-
 docs/ops/python_shell.zh.md                        |   7 +-
 18 files changed, 598 insertions(+), 342 deletions(-)
 create mode 100644 docs/dev/table/python/dependency_management.md
 create mode 100644 docs/dev/table/python/dependency_management.zh.md
 create mode 100644 docs/dev/table/python/index.md
 create mode 100644 docs/dev/table/python/index.zh.md
 copy docs/{getting-started/docker-playgrounds/index.md => dev/table/python/installation.md} (52%)
 copy docs/{getting-started/docker-playgrounds/index.md => dev/table/python/installation.zh.md} (52%)
 copy docs/dev/table/{tuning/index.md => python/python_config.md} (55%)
 copy docs/dev/table/{tuning/index.md => python/python_config.zh.md} (55%)
 create mode 100644 docs/dev/table/python/python_udfs.md
 create mode 100644 docs/dev/table/python/python_udfs.zh.md