You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by si...@apache.org on 2022/02/01 04:03:38 UTC

[hudi] branch master updated (4b388c1 -> 7ce0f45)

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

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


    from 4b388c1  [HUDI-3292] Enabling lazy read by default for log blocks during compaction (#4661)
     add 7ce0f45  [HUDI-2711] Fallback to fulltable scan for IncrementalRelation if underlying files have been cleared or moved by cleaner (#3946)

No new revisions were added by this update.

Summary of changes:
 .../scala/org/apache/hudi/DataSourceOptions.scala  |  4 +
 .../org/apache/hudi/IncrementalRelation.scala      | 86 +++++++++++++++------
 .../apache/hudi/functional/TestCOWDataSource.scala | 87 +++++++++++++++++++++-
 .../hudi/utilities/sources/HoodieIncrSource.java   |  5 +-
 .../functional/TestHoodieDeltaStreamer.java        | 49 ++++++++++++
 5 files changed, 205 insertions(+), 26 deletions(-)