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 14:19:11 UTC

[flink] branch master updated (03fd819 -> c8b43cb)

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 03fd819  [FLINK-19166][table-runtime] StreamingFileWriter should register Listener before the initialization of buckets
     add c8b43cb  [FLINK-18622][python] Add Table.limit method in the Python Table API (#13364)

No new revisions were added by this update.

Summary of changes:
 .../table-api-users-guide/conversion_of_pandas.md  |  3 ++-
 .../conversion_of_pandas.zh.md                     |  3 ++-
 .../table-api-users-guide/intro_to_table_api.md    |  1 +
 .../table-api-users-guide/intro_to_table_api.zh.md |  1 +
 flink-python/pyflink/table/table.py                | 25 ++++++++++++++++++++++
 flink-python/pyflink/table/tests/test_sort.py      | 16 ++++++++++++++
 6 files changed, 47 insertions(+), 2 deletions(-)