You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by co...@apache.org on 2022/03/13 02:29:34 UTC

[hudi] branch master updated (e7bb041 -> eee96e9)

This is an automated email from the ASF dual-hosted git repository.

codope pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/hudi.git.


    from e7bb041  [HUDI-3556] Re-use rollback instant for rolling back of clustering and compaction if rollback failed mid-way (#4971)
     add eee96e9  [HUDI-3593] Restore TypedProperties and flush checksum in table config (#5013)

No new revisions were added by this update.

Summary of changes:
 .../hudi/common/config/OrderedProperties.java      | 100 +++++++++++++++++++++
 .../apache/hudi/common/config/TypedProperties.java |  58 ------------
 .../hudi/common/table/HoodieTableConfig.java       |  63 +++++++------
 .../common/properties/TestOrderedProperties.java   |  81 +++++++++++++++++
 .../common/properties/TestTypedProperties.java     |  59 ++----------
 5 files changed, 224 insertions(+), 137 deletions(-)
 create mode 100644 hudi-common/src/main/java/org/apache/hudi/common/config/OrderedProperties.java
 create mode 100644 hudi-common/src/test/java/org/apache/hudi/common/properties/TestOrderedProperties.java