You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by da...@apache.org on 2022/03/26 04:06:10 UTC

[hudi] branch master updated (51034fe -> 0c09a97)

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

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


    from 51034fe  [HUDI-3396] Refactoring `MergeOnReadRDD` to avoid duplication, fetch only projected columns (#4888)
     add 0c09a97  [HUDI-3435] Do not throw exception when instant to rollback does not exist in metadata table active timeline (#4821)

No new revisions were added by this update.

Summary of changes:
 .../apache/hudi/client/HoodieTimelineArchiver.java | 17 +++++++-
 .../functional/TestHoodieBackedMetadata.java       | 21 ++++++----
 .../apache/hudi/io/TestHoodieTimelineArchiver.java | 47 +++++++++++++++++++---
 .../apache/hudi/metadata/HoodieTableMetadata.java  | 13 ++++++
 .../hudi/metadata/HoodieTableMetadataUtil.java     | 27 +++++++++++--
 5 files changed, 108 insertions(+), 17 deletions(-)