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

dianfu pushed a change to branch release-1.10
in repository https://gitbox.apache.org/repos/asf/flink.git.


    from 3d46037  [hotfix][FLINK-16220][json] Fix compile problem in 
JsonRowSerializationSchemaTest
     new afe7c8e  [FLINK-16538][python][docs] Restructure Python Table API 
documentation (#11375)
     new d173d33  [FLINK-16691][python][docs] Improve Python UDF documentation 
to remind users to install PyFlink on the cluster

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 docs/dev/table/config.md                           |   4 -
 docs/dev/table/functions/udfs.md                   | 151 ++-------------------
 docs/dev/table/functions/udfs.zh.md                | 151 ++-------------------
 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 +++++
 .../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               | 127 +++++++++++++++++
 docs/dev/table/python/python_udfs.zh.md            | 127 +++++++++++++++++
 docs/ops/python_shell.md                           |   7 +-
 docs/ops/python_shell.zh.md                        |   7 +-
 docs/tutorials/python_table_api.md                 |  16 +--
 docs/tutorials/python_table_api.zh.md              |  12 +-
 17 files changed, 602 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/tutorials/api_tutorials.zh.md => 
dev/table/python/installation.md} (52%)
 copy docs/{getting-started/tutorials/api_tutorials.zh.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

Reply via email to