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 fb236fe6ab8 [HUDI-9193] Fix bugs about call rollback_to_instant
exception. (#9194)
add e039dd7caff [HUDI-6478] Simplifying INSERT_INTO configs for spark-sql
(#9123)
No new revisions were added by this update.
Summary of changes:
.../scala/org/apache/hudi/DataSourceOptions.scala | 39 ++-
.../org/apache/hudi/HoodieSparkSqlWriter.scala | 5 +
.../spark/sql/hudi/ProvidesHoodieConfig.scala | 152 +++++++---
.../spark/sql/hudi/HoodieSparkSqlTestBase.scala | 5 +-
.../sql/hudi/TestAlterTableDropPartition.scala | 1 +
.../apache/spark/sql/hudi/TestCDCForSparkSQL.scala | 2 +
.../apache/spark/sql/hudi/TestCreateTable.scala | 2 +
.../sql/hudi/TestHoodieTableValuedFunction.scala | 2 +
.../apache/spark/sql/hudi/TestInsertTable.scala | 334 ++++++++++++++++++++-
.../org/apache/spark/sql/hudi/TestSpark3DDL.scala | 12 +-
.../spark/sql/hudi/TestTimeTravelTable.scala | 2 +
11 files changed, 506 insertions(+), 50 deletions(-)