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 2022/09/13 10:49:31 UTC

[flink] branch master updated (12dfe6abd66 -> 3ff0ef8474f)

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 12dfe6abd66 [FLINK-29238] Wrong index information will be obtained after the downstream failover in hybrid full mode
     add fbd369ce406 [FLINK-27660][table] add table api for registering function with resource uris
     add 3ff0ef8474f [FLINK-27660][table] Improve Javadoc of TableEnvironment#createFunction

No new revisions were added by this update.

Summary of changes:
 .../apache/flink/table/api/TableEnvironment.java   | 105 +++++++++++++++++++-
 .../table/api/internal/TableEnvironmentImpl.java   |  34 ++++++-
 .../flink/table/catalog/FunctionCatalog.java       | 110 ++++++++++++++-------
 .../flink/table/utils/TableEnvironmentMock.java    |   1 -
 .../planner/runtime/stream/sql/FunctionITCase.java |  87 ++++++++++++++--
 5 files changed, 286 insertions(+), 51 deletions(-)