You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by vb...@apache.org on 2020/04/10 17:45:47 UTC

[incubator-hudi] branch master updated (8c7cef3 -> c0f96e0)

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

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


    from 8c7cef3  [HUDI - 738] Add validation to DeltaStreamer to fail fast when filterDupes is enabled on UPSERT mode. (#1505)
     add c0f96e0  [HUDI-687] Stop incremental reader on RO table when there is a pending compaction (#1396)

No new revisions were added by this update.

Summary of changes:
 .../hudi/common/HoodieMergeOnReadTestUtils.java    |  40 +--
 .../apache/hudi/table/TestCopyOnWriteTable.java    |  91 +++----
 .../apache/hudi/table/TestMergeOnReadTable.java    | 279 +++++++++++++++++----
 .../table/timeline/HoodieDefaultTimeline.java      |   9 +-
 .../hudi/common/table/timeline/HoodieTimeline.java |   5 +
 .../table/timeline/TestHoodieActiveTimeline.java   |  16 +-
 .../org/apache/hudi/hadoop/HoodieHiveUtil.java     |  24 ++
 .../hudi/hadoop/HoodieParquetInputFormat.java      |  67 +++--
 .../realtime/HoodieParquetRealtimeInputFormat.java |   7 +
 .../apache/hudi/hadoop/InputFormatTestUtil.java    |   7 +-
 .../hudi/hadoop/TestHoodieParquetInputFormat.java  | 122 +++++++++
 11 files changed, 541 insertions(+), 126 deletions(-)