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/06/20 05:49:26 UTC

[flink] branch master updated (11910d52cd1 -> 7032ce386d7)

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 11910d52cd1 [FLINK-28107][python][connector/elasticsearch] Support id of document is null
     add 7032ce386d7 [FLINK-27861][table] Introduce ResourceManager to manage JAR resources (#19859)

No new revisions were added by this update.

Summary of changes:
 .../generated/table_config_configuration.html      |   6 +
 .../flink/util/UserClassLoaderJarTestUtils.java    |   2 +-
 flink-table/flink-table-api-java/pom.xml           |   8 +
 .../flink/table/api/config/TableConfigOptions.java |   9 +
 .../flink/table/resource/ResourceManager.java      | 198 +++++++++++++++++++++
 .../flink/table/resource/ResourceManagerTest.java  | 182 +++++++++++++++++++
 6 files changed, 404 insertions(+), 1 deletion(-)
 create mode 100644 flink-table/flink-table-api-java/src/main/java/org/apache/flink/table/resource/ResourceManager.java
 create mode 100644 flink-table/flink-table-api-java/src/test/java/org/apache/flink/table/resource/ResourceManagerTest.java