This is an automated email from the ASF dual-hosted git repository.
mengtao pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/hudi.git
from 74f8d94b73b [HUDI-5331] Add schema settings with stream api (#7384)
add 06c8fa5a62f [HUDI-5294] Support type change for schema on read +
reconcile schema (#7326)
No new revisions were added by this update.
Summary of changes:
.../apache/hudi/client/BaseHoodieWriteClient.java | 2 +-
.../table/action/commit/HoodieMergeHelper.java | 14 ++-
.../hudi/common/util/InternalSchemaCache.java | 26 ++++-
.../schema/utils/AvroSchemaEvolutionUtils.java | 33 ++++---
.../org/apache/hudi/HoodieSparkSqlWriter.scala | 35 +++++--
.../org/apache/spark/sql/hudi/TestSpark3DDL.scala | 106 ++++++++++++++++++++-
6 files changed, 186 insertions(+), 30 deletions(-)