This is an automated email from the ASF dual-hosted git repository.
yihua pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/hudi.git
from c3403ff5e09 [HUDI-5584] Metasync update props when changed (#8775)
add 2b3cfa8a744 [HUDI-6245] Automatically downgrade table version of
metadata table (#8771)
No new revisions were added by this update.
Summary of changes:
.../metadata/HoodieBackedTableMetadataWriter.java | 141 +----------------
.../hudi/metadata/HoodieMetadataWriteUtils.java | 175 +++++++++++++++++++++
.../hudi/table/upgrade/UpgradeDowngrade.java | 22 +++
.../hudi/table/upgrade/TestUpgradeDowngrade.java | 121 ++++++++------
4 files changed, 269 insertions(+), 190 deletions(-)
create mode 100644
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/metadata/HoodieMetadataWriteUtils.java