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 2522f6de6f1 [HUDI-7128] DeleteMarkerProcedures support delete in batch
mode (#10148)
add c5af85dfd91 [HUDI-7096] Improving incremental query to fetch
partitions based on commit metadata (#10098)
No new revisions were added by this update.
Summary of changes:
.../hudi/client/BaseHoodieTableServiceClient.java | 4 +++
.../org/apache/hudi/BaseHoodieTableFileIndex.java | 30 ++++++++++++++++++++--
.../hudi/common/testutils/HoodieTestUtils.java | 10 +++++++-
.../hudi/hadoop/HiveHoodieTableFileIndex.java | 4 ++-
.../scala/org/apache/hudi/HoodieFileIndex.scala | 4 ++-
.../apache/hudi/SparkHoodieTableFileIndex.scala | 8 ++++--
.../hudi/TestHoodieMergeHandleWithSparkMerger.java | 6 ++++-
.../org/apache/hudi/functional/TestBootstrap.java | 7 ++---
8 files changed, 62 insertions(+), 11 deletions(-)