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 87980f0b36b [HUDI-9259] Fixing marker reconciliation for failures
during deleting additional files (#13088)
add 2e5ccb42ad5 [HUDI-9258] Disable partial update when global index is
used (#13086)
No new revisions were added by this update.
Summary of changes:
.../org/apache/hudi/io/HoodieMergedReadHandle.java | 2 +-
.../hudi/command/MergeIntoHoodieTableCommand.scala | 30 +++++++-
.../analysis/TestMergeIntoHoodieTableCommand.scala | 81 ++++++++++++++++++++++
.../hudi/dml/TestPartialUpdateForMergeInto.scala | 81 ++++++++++++++++++++--
4 files changed, 184 insertions(+), 10 deletions(-)
create mode 100644
hudi-spark-datasource/hudi-spark/src/test/scala/org/apache/spark/sql/hudi/analysis/TestMergeIntoHoodieTableCommand.scala