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(-)