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 95d7489bc5 [HUDI-4517] If no marker type file, fallback to timeline
based marker (#6266)
add 660177bce1 [HUDI-3669] Add a remote request retry mechanism for
'Remotehoodietablefiles… (#5884)
No new revisions were added by this update.
Summary of changes:
.../client/embedded/EmbeddedTimelineService.java | 5 ++
.../common/table/view/FileSystemViewManager.java | 3 +-
.../table/view/FileSystemViewStorageConfig.java | 76 ++++++++++++++++++++++
.../view/RemoteHoodieTableFileSystemView.java | 67 ++++++++++++++-----
.../org/apache/hudi/common/util/RetryHelper.java | 46 ++++++++-----
.../java/org/apache/hudi/util/StreamerUtil.java | 5 ++
.../TestRemoteHoodieTableFileSystemView.java | 29 +++++++++
7 files changed, 195 insertions(+), 36 deletions(-)