You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by na...@apache.org on 2019/03/19 17:10:21 UTC

[incubator-hudi] branch master updated (a6c45fe -> 9e59da7)

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

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


    from a6c45fe  Replacing Apache commons-lang3 object serializer with Kryo serializer
     new 0dd4a90  Enable multi/nested rollbacks for MOR table type
     new 9e59da7  Refactor HoodieTable Rollback to write one rollback instant for a batch of commits to rollback

The 380 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../java/com/uber/hoodie/HoodieWriteClient.java    | 315 ++++++++++++++-------
 .../uber/hoodie/table/HoodieCopyOnWriteTable.java  |  83 +++---
 .../uber/hoodie/table/HoodieMergeOnReadTable.java  |  98 +++++--
 .../java/com/uber/hoodie/table/HoodieTable.java    |   2 +-
 .../java/com/uber/hoodie/TestAsyncCompaction.java  |   2 +-
 .../src/test/java/com/uber/hoodie/TestCleaner.java |  16 +-
 .../uber/hoodie/table/TestMergeOnReadTable.java    | 173 +++++++++++
 hoodie-common/pom.xml                              |   1 +
 .../src/main/avro/HoodieRestoreMetadata.avsc       |  17 ++
 .../uber/hoodie/common/table/HoodieTimeline.java   |  13 +-
 .../table/timeline/HoodieActiveTimeline.java       |  14 +-
 .../common/table/timeline/HoodieInstant.java       |   3 +
 .../com/uber/hoodie/common/util/AvroUtils.java     |  25 +-
 .../java/com/uber/hoodie/common/util/FSUtils.java  |  14 +
 14 files changed, 578 insertions(+), 198 deletions(-)
 create mode 100644 hoodie-common/src/main/avro/HoodieRestoreMetadata.avsc