You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by dw...@apache.org on 2019/11/01 14:50:07 UTC

[flink] branch master updated (e627037 -> b9f51de)

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

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


    from e627037  [FLINK-14312][runtime] Introduce DefaultLogicalTopology
     add 8cc74a6  [FLINK-14488][python] Update python table API with temporary tables & views methods
     add b6bb09a  [FLINK-14488][python] Update python table API adding from_path method
     add d83b58c  [FLINK-14488][python] Update python table API with insert_into
     add 6c81981  [hotfix][python] Deprecate TableEnvironment.register_table_source and TableEnvironment.register_table_sink
     add b9f51de  [hotfix][python] Clean up test_environment_completeness by removing the legacy excluded methods which are already supported

No new revisions were added by this update.

Summary of changes:
 flink-python/pyflink/table/descriptors.py          |  29 ++++
 flink-python/pyflink/table/table_environment.py    | 164 +++++++++++++++++++--
 .../table/tests/test_environment_completeness.py   |  26 ++--
 .../table/tests/test_table_environment_api.py      |  76 ++++++++++
 4 files changed, 266 insertions(+), 29 deletions(-)