You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ja...@apache.org on 2021/02/04 02:37:59 UTC

[flink] branch master updated (96e77d6 -> 6c3a73a)

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

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


    from 96e77d6  [FLINK-21261][table-planner-blink] Improve digest of physical Expand node
     add 6c3a73a  [FLINK-21185][table-api] Introduce TemporaryOperationListener interface for Catalog to listen on temporary object operations

No new revisions were added by this update.

Summary of changes:
 .../apache/flink/table/catalog/CatalogManager.java |  18 ++++
 .../flink/table/catalog/FunctionCatalog.java       |  55 ++++++-----
 .../flink/table/catalog/FunctionCatalogTest.java   |   8 +-
 .../org/apache/flink/table/catalog/Catalog.java    |   4 +-
 .../table/catalog/TemporaryOperationListener.java  |  73 ++++++++++++++
 .../flink/table/api/TableEnvironmentITCase.scala   | 109 ++++++++++++++++++++-
 6 files changed, 236 insertions(+), 31 deletions(-)
 create mode 100644 flink-table/flink-table-common/src/main/java/org/apache/flink/table/catalog/TemporaryOperationListener.java