This is an automated email from the ASF dual-hosted git repository.
yihua pushed a change to branch release-0.13.0
in repository https://gitbox.apache.org/repos/asf/hudi.git
from 40d534e878b [HUDI-5647] Automate savepoint and restore tests (#7796)
new 91a9c821d2f [HUDI-5684] Fix CTAS and Insert Into to avoid
combine-on-insert by default (#7813)
new 43373a7187c [HUDI-5678] Fix `deduceShuffleParallelism` in row-writing
Bulk Insert helper (#7818)
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../hudi/HoodieDatasetBulkInsertHelper.scala | 4 +-
.../org/apache/spark/sql/HoodieUnsafeUtils.scala | 20 +-
.../spark/sql/hudi/ProvidesHoodieConfig.scala | 236 +++++++++++----------
.../hudi/command/MergeIntoHoodieTableCommand.scala | 67 +++---
.../apache/spark/sql/hudi/TestInsertTable.scala | 66 ++++++
5 files changed, 248 insertions(+), 145 deletions(-)