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 600fd4dbdf5 [HUDI-6734] Add back HUDI-5409: Avoid file index and use
fs view cache in COW input format (#9567)
add b9818777f3e [HUDI-7003] Add option to fallback to full table scan if
files are deleted due to cleaner (#9941)
No new revisions were added by this update.
Summary of changes:
.../src/main/scala/org/apache/hudi/DataSourceOptions.scala | 2 +-
.../src/main/scala/org/apache/hudi/IncrementalRelation.scala | 4 ++--
.../scala/org/apache/hudi/MergeOnReadIncrementalRelation.scala | 4 ++--
.../org/apache/hudi/functional/TestColumnStatsIndexWithSQL.scala | 2 +-
.../hudi/functional/TestIncrementalReadWithFullTableScan.scala | 2 +-
.../java/org/apache/hudi/utilities/sources/HoodieIncrSource.java | 8 ++++----
.../org/apache/hudi/utilities/sources/helpers/QueryRunner.java | 6 +++---
.../hudi/utilities/deltastreamer/TestHoodieDeltaStreamer.java | 2 +-
8 files changed, 15 insertions(+), 15 deletions(-)