This is an automated email from the ASF dual-hosted git repository.
fanrui pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git
from 82fcdfe5634 [FLINK-33928][table-planner] Should not throw exception
while creating view with specify field names (#24096)
new 79abfaab346 [FLINK-34080][configuration] Add the `T
get(ConfigOption<T> configOption, T overrideDefault)` for Configuration
new a2cc47a71e1 [FLINK-34080][configuration] Deprecate all getXxx and
setXxx methods for Configuration
new 725b3edc05a [FLINK-34080][configuration] Remove the `@Deprecated` for
`getString(String key, String defaultValue)` of Configuration
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../apache/flink/configuration/Configuration.java | 90 +++++++++++++++++++---
.../configuration/DelegatingConfiguration.java | 5 ++
.../flink/configuration/ConfigurationTest.java | 39 ++++++++++
.../configuration/DelegatingConfigurationTest.java | 10 +++
4 files changed, 134 insertions(+), 10 deletions(-)