This is an automated email from the ASF dual-hosted git repository.
yihua pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/hudi.git
from 0185ede3beb [MINOR] Follow up HUDI-8803, optimize vectorized reader by
cache 'batchIdxField' (#13023)
add 550c39b9383 [HUDI-9088] Fix unnecessary scanning of target table in
MERGE INTO on Spark (#12934)
No new revisions were added by this update.
Summary of changes:
.../scala/org/apache/hudi/DataSourceOptions.scala | 2 +-
.../hudi/command/MergeIntoHoodieTableCommand.scala | 50 ++---
.../sql/hudi/common/HoodieSparkSqlTestBase.scala | 16 +-
.../spark/sql/hudi/dml/TestMergeIntoTable.scala | 208 ++++++++++++---------
.../hudi/feature/index/TestSecondaryIndex.scala | 4 +-
5 files changed, 164 insertions(+), 116 deletions(-)