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 2022/09/06 17:56:25 UTC

[hudi] branch master updated (57e6223cad -> 993b3f1f3d)

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 57e6223cad [HUDI-4720] Fix HoodieInternalRow return wrong num of fields when source not contains meta fields (#6500)
     add 993b3f1f3d [HUDI-4389] Make HoodieStreamingSink idempotent (#6098)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/hudi/common/util/CommitUtils.java   |  27 ++++
 .../org/apache/hudi/HoodieStreamingSink.scala      | 147 +++++++++++++++++----
 .../src/test/java/HoodieJavaStreamingApp.java      |   4 +-
 .../hudi/functional/TestStructuredStreaming.scala  |   4 +-
 style/scalastyle.xml                               |   2 +-
 5 files changed, 151 insertions(+), 33 deletions(-)