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 ca28fdb9877e chore(trino): advance trino master pin to 40b70400a8a6
(#19807)
add a2788eef922e fix(spark-sql): resolve MERGE INTO partition columns so
records are not mis-partitioned (#19610)
No new revisions were added by this update.
Summary of changes:
.../TestMergeIntoPartitionFieldResolution.scala | 622 +++++++++++++++++++++
.../sql/hudi/dml/others/TestMergeIntoTable2.scala | 8 +-
.../hudi/command/MergeIntoHoodieTableCommand.scala | 120 +++-
.../hudi/command/MergeIntoHoodieTableCommand.scala | 120 +++-
4 files changed, 821 insertions(+), 49 deletions(-)
create mode 100644
hudi-spark-datasource/hudi-spark/src/test/scala/org/apache/spark/sql/hudi/dml/others/TestMergeIntoPartitionFieldResolution.scala