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/01/06 14:58:06 UTC

[hudi] branch master updated (50fa5a6 -> b6891d2)

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 50fa5a6  Update HiveIncrementalPuller to configure filesystem (#4431)
     add b6891d2  [HUDI-44] Adding support to preserve commit metadata for compaction (#4428)

No new revisions were added by this update.

Summary of changes:
 .../apache/hudi/config/HoodieCompactionConfig.java | 11 ++++++++++
 .../org/apache/hudi/config/HoodieWriteConfig.java  |  6 +++++-
 .../java/org/apache/hudi/io/HoodieMergeHandle.java |  8 ++++++-
 .../PartitionAwareClusteringPlanStrategy.java      |  2 +-
 .../TestHoodieClientOnCopyOnWriteStorage.java      |  2 +-
 .../hudi/table/TestHoodieMergeOnReadTable.java     | 25 +++++++++++++++++++---
 .../SparkClientFunctionalTestHarness.java          |  8 +++----
 7 files changed, 51 insertions(+), 11 deletions(-)