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

Reply via email to