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/03/20 15:37:30 UTC

[incubator-hudi] branch master updated (eeab532 -> 83fb965)

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 eeab532  [HUDI-725] Remove init log in the constructor of DeltaSync (#1425)
     add 83fb965  [HUDI-650] Modify handleUpdate path to validate partitionPath (#1368)

No new revisions were added by this update.

Summary of changes:
 .../execution/MergeOnReadLazyInsertIterable.java   |  6 +-
 .../org/apache/hudi/io/HoodieAppendHandle.java     | 20 +++--
 .../org/apache/hudi/io/HoodieCreateHandle.java     |  2 +-
 .../java/org/apache/hudi/io/HoodieMergeHandle.java | 25 +++---
 .../java/org/apache/hudi/io/HoodieWriteHandle.java |  5 +-
 .../apache/hudi/table/HoodieCopyOnWriteTable.java  | 39 ++++++----
 .../apache/hudi/table/HoodieMergeOnReadTable.java  |  8 +-
 .../org/apache/hudi/table/WorkloadProfile.java     |  4 +
 .../compact/HoodieMergeOnReadTableCompactor.java   |  3 +-
 .../hudi/client/TestUpdateSchemaEvolution.java     |  3 +-
 .../apache/hudi/table/TestCopyOnWriteTable.java    | 26 +++----
 .../apache/hudi/table/TestMergeOnReadTable.java    | 90 ++++++++++++++++++++--
 12 files changed, 170 insertions(+), 61 deletions(-)