You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by co...@apache.org on 2021/11/17 06:21:47 UTC

[hudi] branch master updated (04eb5fd -> ce7d233)

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

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


    from 04eb5fd  [HUDI-2753] Ensure list based rollback strategy is used for restore (#3983)
     add ce7d233  [HUDI-2151] Part3 Enabling marker based rollback as default rollback strategy (#3950)

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/hudi/cli/commands/TestRollbacksCommand.java  | 1 +
 .../src/main/java/org/apache/hudi/config/HoodieWriteConfig.java  | 4 ++--
 .../apache/hudi/metadata/HoodieBackedTableMetadataWriter.java    | 3 +++
 .../java/org/apache/hudi/table/marker/WriteMarkersFactory.java   | 8 --------
 .../src/test/java/org/apache/hudi/client/TestClientRollback.java | 2 ++
 .../java/org/apache/hudi/client/TestTableSchemaEvolution.java    | 9 ++++++---
 .../java/org/apache/hudi/client/functional/TestHBaseIndex.java   | 6 ++++--
 .../java/org/apache/hudi/client/functional/TestHoodieIndex.java  | 7 ++++---
 .../action/rollback/TestMergeOnReadRollbackActionExecutor.java   | 2 +-
 9 files changed, 23 insertions(+), 19 deletions(-)