This is an automated email from the ASF dual-hosted git repository.
sivabalan pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/hudi.git
from 49ac549cf5ef [HUDI-9633] Implement ability to filter configs based on
custom prefixes before passing down to the kafka consumer (#13604)
add 8a18ee62243d [HUDI-9640] Replace merge_properties with a list
properties with a given prefix (#13616)
No new revisions were added by this update.
Summary of changes:
.../hudi/common/table/HoodieTableConfig.java | 18 +-
.../common/table/read/HoodieFileGroupReader.java | 1 +
.../common/table/read/PartialUpdateStrategy.java | 16 +-
.../org/apache/hudi/common/util/ConfigUtils.java | 34 ++++
.../table/read/TestPartialUpdateStrategy.java | 48 +-----
.../apache/hudi/common/util/TestConfigUtils.java | 186 +++++++++++++++++++++
.../hudi/common/table/TestHoodieTableConfig.java | 41 ++++-
.../functional/TestPayloadDeprecationFlow.scala | 4 +-
8 files changed, 274 insertions(+), 74 deletions(-)