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 57c8113 [HUDI-2408] Deprecate FunctionalTestHarness to avoid init DFS
(#3628)
add 56d08fb [HUDI-2351] Extract common FS and IO utils for marker
mechanism (#3529)
No new revisions were added by this update.
Summary of changes:
.../hudi/table/marker/DirectWriteMarkers.java | 28 +---
.../upgrade/BaseTwoToOneDowngradeHandler.java | 27 ++--
.../java/org/apache/hudi/common/fs/FSUtils.java | 87 +++++++++++++
.../org/apache/hudi/common/util/FileIOUtils.java | 19 +++
.../org/apache/hudi/common/util/MarkerUtils.java | 66 +++++-----
.../org/apache/hudi/common/fs/TestFSUtils.java | 143 ++++++++++++++++++++-
.../apache/hudi/common/util/TestFileIOUtils.java | 11 ++
.../service/handlers/marker/MarkerDirState.java | 30 +----
8 files changed, 301 insertions(+), 110 deletions(-)