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/06/03 08:25:22 UTC

[flink] branch master updated (11e21a4 -> fbdf920)

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 11e21a4  [hotfix][python] Add the version for the APIs introduced in 1.11.0
     add fbdf920  [FLINK-17901][python] Add module interface in PyFlink

No new revisions were added by this update.

Summary of changes:
 flink-python/pyflink/table/__init__.py             |  2 ++
 .../pyflink/table/{result_kind.py => module.py}    | 40 +++++++++++-----------
 flink-python/pyflink/table/table_environment.py    | 31 ++++++++++++++---
 .../table/tests/test_table_environment_api.py      | 28 ++++++++++++---
 .../apache/flink/table/api/TableEnvironment.java   |  2 +-
 .../java/org/apache/flink/table/module/Module.java |  2 +-
 6 files changed, 74 insertions(+), 31 deletions(-)
 copy flink-python/pyflink/table/{result_kind.py => module.py} (55%)