This is an automated email from the ASF dual-hosted git repository.

yihua pushed a change to branch release-0.15.0
in repository https://gitbox.apache.org/repos/asf/hudi.git


    from 27df81735b6 [MINOR] Fix Flink version in release candidate validation 
(#11341)
     new 88d057f75bd [HUDI-7809] Use Spark SerializableConfiguration to avoid 
NPE in Kryo serde (#11356)
     new fe08b6fecbc [HUDI-7807] Fixing spark-sql for pk less tables (#11354)

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:
 .../java/org/apache/hudi/keygen/KeyGenUtils.java   |  4 +-
 .../factory/HoodieSparkKeyGeneratorFactory.java    |  3 +
 .../org/apache/hudi/HoodieSparkSqlWriter.scala     |  4 +-
 .../org/apache/hudi/ColumnStatsIndexHelper.java    |  7 +-
 .../spark/sql/hudi/dml/TestDeleteTable.scala       | 16 +++-
 .../spark/sql/hudi/dml/TestUpdateTable.scala       | 91 ++++++++++++----------
 .../Spark30LegacyHoodieParquetFileFormat.scala     | 12 +--
 .../Spark31LegacyHoodieParquetFileFormat.scala     | 12 +--
 .../Spark32LegacyHoodieParquetFileFormat.scala     | 12 +--
 .../Spark33LegacyHoodieParquetFileFormat.scala     | 12 +--
 .../Spark34LegacyHoodieParquetFileFormat.scala     | 12 +--
 .../Spark35LegacyHoodieParquetFileFormat.scala     | 12 +--
 12 files changed, 108 insertions(+), 89 deletions(-)

Reply via email to