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/08/23 12:23:59 UTC

[flink] branch master updated (2322791284e -> eb69b11532e)

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 2322791284e [FLINK-28995][hive] HiveSourceDynamicFileEnumerator filters out a partition without matching if one of the fields is null but its type is not nullable
     add 9201f1e3684 [hotfix][core][table] Use ReadableConfig were applicable
     add cb26f08ee82 [hotfix][streaming-java] Avoid deep copy in StreamExecutionEnvironment.getConfiguration
     add 4befe480319 [hotfix][table] table.resource.download.dir -> table.resources.download-dir
     add 56ac1dc4d5c [hotfix][table-api-java] Small improvements to TableConfig
     add eb69b11532e [FLINK-29014][streaming-java][table] Improve end-to-end story about PipelinesOptions.JARS

No new revisions were added by this update.

Summary of changes:
 .../generated/table_config_configuration.html      |  2 +-
 .../apache/flink/configuration/ConfigUtils.java    | 28 -------
 .../apache/flink/configuration/CoreOptions.java    |  2 +-
 .../flink/util/FlinkUserCodeClassLoaders.java      | 12 ++-
 .../flink/state/api/runtime/MutableConfig.java     |  6 +-
 .../apache/flink/python/util/PythonConfigUtil.java | 26 +-----
 .../environment/StreamExecutionEnvironment.java    | 30 ++++---
 ...ecutionEnvironmentComplexConfigurationTest.java | 21 -----
 .../gateway/service/context/SessionContext.java    |  4 +-
 .../AbstractStreamTableEnvironmentImpl.java        |  2 +
 .../org/apache/flink/table/api/TableConfig.java    | 24 +++---
 .../flink/table/api/config/TableConfigOptions.java |  4 +-
 .../table/api/internal/TableEnvironmentImpl.java   | 22 +----
 .../flink/table/resource/ResourceManager.java      | 36 +++++++--
 .../runtime/stream/sql/DataStreamJavaITCase.java   | 94 +++++++++++++++++++++-
 15 files changed, 171 insertions(+), 142 deletions(-)