This is an automated email from the ASF dual-hosted git repository.
vinoth pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/hudi.git.
from f4b974a [HUDI-2742] Added S3 object filter to support multiple
S3EventsHoodieIncrSources single S3 meta table (#4025)
add ae0c67d [HUDI-2795] Add mechanism to safely update,delete and recover
table properties (#4038)
No new revisions were added by this update.
Summary of changes:
.../apache/hudi/cli/commands/RepairsCommand.java | 2 +-
.../org/apache/hudi/cli/commands/TableCommand.java | 73 +++++++++++
.../hudi/table/upgrade/UpgradeDowngrade.java | 88 ++++---------
.../hudi/common/table/HoodieTableConfig.java | 100 ++++++++++++++-
.../hudi/common/table/HoodieTableMetaClient.java | 2 +-
.../hudi/common/bootstrap/TestBootstrapIndex.java | 2 +-
.../hudi/common/table/TestHoodieTableConfig.java | 137 +++++++++++++++++++++
7 files changed, 334 insertions(+), 70 deletions(-)
create mode 100644
hudi-common/src/test/java/org/apache/hudi/common/table/TestHoodieTableConfig.java