You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by vi...@apache.org on 2020/04/14 21:51:15 UTC

[incubator-hudi] branch master updated (644c1cc -> 14d4fea)

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

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


    from 644c1cc  [HUDI-698]Add unit test for CleansCommand (#1449)
     add 14d4fea  [HUDI-759] Integrate checkpoint provider with delta streamer (#1486)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/hudi/utilities/UtilHelpers.java     | 30 ++++++++----
 .../checkpointing/InitialCheckPointProvider.java   | 33 ++++++++++++-
 .../checkpointing/KafkaConnectHdfsProvider.java    | 27 ++++++----
 .../hudi/utilities/deltastreamer/DeltaSync.java    |  9 ++--
 .../deltastreamer/HoodieDeltaStreamer.java         | 57 +++++++++++++---------
 .../hudi/utilities/TestHoodieDeltaStreamer.java    | 34 ++++++++++---
 .../TestKafkaConnectHdfsProvider.java              | 19 +++++---
 7 files changed, 146 insertions(+), 63 deletions(-)