You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by di...@apache.org on 2020/09/09 12:03:52 UTC

[flink] branch master updated (6ed2954 -> 42d8dde)

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

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


    from 6ed2954  [FLINK-19147][sql-client] Support AutoCloseable interface for CliClient
     add 42d8dde  [FLINK-19119][python][docs] Update the documentation to use Expression instead of strings in the Python Table API

No new revisions were added by this update.

Summary of changes:
 .../table-api-users-guide/conversion_of_pandas.md  |   2 +-
 .../conversion_of_pandas.zh.md                     |   2 +-
 .../table-api-users-guide/intro_to_table_api.md    |  14 +-
 .../table-api-users-guide/intro_to_table_api.zh.md |  14 +-
 .../table-api-users-guide/udfs/python_udfs.md      |  39 ++--
 .../table-api-users-guide/udfs/python_udfs.zh.md   |  39 ++--
 .../udfs/vectorized_python_udfs.md                 |   6 +-
 .../udfs/vectorized_python_udfs.zh.md              |   6 +-
 docs/dev/python/table_api_tutorial.md              |  19 +-
 docs/dev/python/table_api_tutorial.zh.md           |  19 +-
 docs/dev/table/common.md                           |  10 +-
 docs/dev/table/common.zh.md                        |  10 +-
 docs/dev/table/tableApi.md                         | 204 +++++++++++----------
 docs/dev/table/tableApi.zh.md                      | 200 ++++++++++----------
 flink-python/pyflink/table/expression.py           |  37 +++-
 15 files changed, 344 insertions(+), 277 deletions(-)