You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by si...@apache.org on 2021/11/24 23:26:52 UTC

[hudi] branch master updated (ff94d92 -> 435ea15)

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 ff94d92  [HUDI-2766] Cluster update strategy should not be fenced by write config (#4093)
     add 435ea15  [HUDI-2793] Fixing deltastreamer checkpoint fetch/copy over (#4034)

No new revisions were added by this update.

Summary of changes:
 .../apache/hudi/client/utils/TransactionUtils.java | 52 +++---------
 .../org/apache/hudi/config/HoodieWriteConfig.java  | 12 ---
 .../apache/hudi/utils/TestTransactionUtils.java    | 98 ----------------------
 .../hudi/utilities/deltastreamer/DeltaSync.java    | 36 +++++---
 .../functional/HoodieDeltaStreamerTestBase.java    | 26 ++++++
 .../functional/TestHoodieDeltaStreamer.java        | 47 +++++++++++
 .../TestHoodieDeltaStreamerWithMultiWriter.java    | 51 ++++++-----
 7 files changed, 134 insertions(+), 188 deletions(-)
 delete mode 100644 hudi-client/hudi-client-common/src/test/java/org/apache/hudi/utils/TestTransactionUtils.java