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/07/23 02:40:14 UTC

[hudi] branch master updated (12ef8c9 -> 5b6026b)

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/hudi.git.


    from 12ef8c9  [HUDI-708] Add temps show and unit test for TempViewCommand (#1770)
     add 5b6026b  [HUDI-802] Fixing deletes for inserts in same batch in write path (#1792)

No new revisions were added by this update.

Summary of changes:
 .../TestHoodieClientOnCopyOnWriteStorage.java      |  32 ++++++-
 .../hudi/testutils/HoodieTestDataGenerator.java    |   2 +-
 .../apache/hudi/testutils/TestRawTripPayload.java  |   5 +
 .../model/OverwriteWithLatestAvroPayload.java      |  26 +++---
 .../model/TestOverwriteWithLatestAvroPayload.java  | 103 +++++++++++++++++++++
 .../testutils/sources/AbstractBaseTestSource.java  |  15 ++-
 6 files changed, 162 insertions(+), 21 deletions(-)
 create mode 100644 hudi-common/src/test/java/org/apache/hudi/common/model/TestOverwriteWithLatestAvroPayload.java