You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by le...@apache.org on 2023/04/20 06:50:39 UTC

[hudi] branch master updated (04517310ae9 -> 68c3be5df5b)

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

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


    from 04517310ae9 [HUDI-5987] Fix clustering on bootstrap table with row writer disabled (#8342)
     add 68c3be5df5b [HUDI-5509] Check if dfs support atomic creation when using filesystem base lock provider (#7614)

No new revisions were added by this update.

Summary of changes:
 .../lock/FileSystemBasedLockProvider.java          | 10 +++-
 .../hudi/common/config/HoodieCommonConfig.java     |  9 +++
 .../org/apache/hudi/common/fs/StorageSchemes.java  | 67 +++++++++++++---------
 .../apache/hudi/common/fs/TestStorageSchemes.java  | 22 +++++++
 4 files changed, 81 insertions(+), 27 deletions(-)