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/26 21:36:55 UTC

[hudi] branch master updated (a88691f -> f8e0176)

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 a88691f  [MINOR] Fixing test failure to fix CI build failure (#4132)
     add f8e0176  [HUDI-2861] Re-use same rollback instant time for failed rollbacks (#4123)

No new revisions were added by this update.

Summary of changes:
 .../hudi/client/AbstractHoodieWriteClient.java     | 77 +++++++++++++++++----
 .../hudi/table/action/rollback/RollbackUtils.java  |  2 +-
 .../apache/hudi/client/SparkRDDWriteClient.java    |  6 +-
 .../org/apache/hudi/client/TestClientRollback.java | 79 ++++++++++++++++++++++
 ...roducer.java => HoodiePendingRollbackInfo.java} | 32 ++++++---
 .../table/timeline/HoodieDefaultTimeline.java      |  6 ++
 .../hudi/common/table/timeline/HoodieTimeline.java |  5 ++
 .../hudi/common/testutils/FileCreateUtils.java     |  4 ++
 8 files changed, 185 insertions(+), 26 deletions(-)
 copy hudi-common/src/main/java/org/apache/hudi/common/{util/queue/BoundedInMemoryQueueProducer.java => HoodiePendingRollbackInfo.java} (55%)