You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by lz...@apache.org on 2022/01/27 02:58:56 UTC

[flink] branch master updated (51eb386 -> a543e65)

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

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


    from 51eb386  [FLINK-25719][python] Support General Python UDF in Thread Mode
     add a543e65  [FLINK-25312][hive] HiveCatalog supports Flink's managed table

No new revisions were added by this update.

Summary of changes:
 flink-connectors/flink-connector-hive/pom.xml      |   6 +
 .../flink/table/catalog/hive/HiveCatalog.java      |  63 ++++++--
 .../table/catalog/hive/util/HiveTableUtil.java     |  11 +-
 .../table/catalog/hive/HiveCatalogITCase.java      | 151 ++++++++++++------
 .../flink/table/catalog/hive/HiveCatalogTest.java  | 171 ++++++++++++++++++---
 .../flink/table/catalog/ManagedTableListener.java  |   8 +-
 6 files changed, 325 insertions(+), 85 deletions(-)