You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by tw...@apache.org on 2022/01/17 09:49:32 UTC

[flink] branch master updated (1cd8801 -> 07f668a)

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

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


    from 1cd8801  [hotfix] Add 1.15 to FlinkVersion
     add 07f668a  [hotfix][table-common] Introduce ObjectIdentifier.ofAnonymous to allow storing anonymous, but still uniquely identified, names

No new revisions were added by this update.

Summary of changes:
 .../flink/table/catalog/ObjectIdentifier.java      | 84 ++++++++++++++++++----
 .../flink/table/catalog/ObjectIdentifierTest.java  | 47 ++++++++++++
 2 files changed, 117 insertions(+), 14 deletions(-)
 create mode 100644 flink-table/flink-table-common/src/test/java/org/apache/flink/table/catalog/ObjectIdentifierTest.java