This is an automated email from the ASF dual-hosted git repository.
sivabalan pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/hudi.git
from a495c16696d [HUDI-6624] Fix to return Empty when there is no commit
instant (#9325)
add 6273d56356c [HUDI-6595] Move min and max instants to a static function
in HoodieTimelineArchiver (#9293)
No new revisions were added by this update.
Summary of changes:
.../apache/hudi/client/HoodieTimelineArchiver.java | 82 +-----------
.../apache/hudi/client/utils/ArchivalUtils.java | 139 +++++++++++++++++++++
2 files changed, 143 insertions(+), 78 deletions(-)
create mode 100644
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/client/utils/ArchivalUtils.java