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 2022/03/01 08:04:31 UTC

[hudi] branch master updated (f7088a9 -> a81a632)

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 f7088a9  [HUDI-3497] Adding Datatable validator tool (#4902)
     add a81a632  [HUDI-3441] Add support for "marker delete" in hudi-cli (#4922)

No new revisions were added by this update.

Summary of changes:
 .../apache/hudi/cli/commands/MarkersCommand.java   | 58 ++++++++++++++++
 .../org/apache/hudi/cli/commands/SparkMain.java    | 27 +++++++-
 .../hudi/cli/integ/ITTestMarkersCommand.java       | 77 ++++++++++++++++++++++
 3 files changed, 159 insertions(+), 3 deletions(-)
 create mode 100644 hudi-cli/src/main/java/org/apache/hudi/cli/commands/MarkersCommand.java
 create mode 100644 hudi-cli/src/test/java/org/apache/hudi/cli/integ/ITTestMarkersCommand.java