This is an automated email from the ASF dual-hosted git repository.
jonvex pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/hudi.git
from eb63e1ffa1a [HUDI-7782] Task not serializable due to
DynamoDBBasedLockProvider and HiveMetastoreBasedLockProvider in clean action
(#11389)
add d964895cf0b [HUDI-7713] Enforce ordering of fields during schema
reconciliation (#11154)
No new revisions were added by this update.
Summary of changes:
.../hudi/internal/schema/InternalSchema.java | 17 ++++++
.../internal/schema/InternalSchemaBuilder.java | 5 ++
.../convert/AvroInternalSchemaConverter.java | 54 ++++++++++-------
.../schema/utils/AvroSchemaEvolutionUtils.java | 8 ++-
.../internal/schema/visitor/NameToIDVisitor.java | 6 +-
...ToIDVisitor.java => NameToPositionVisitor.java} | 16 ++---
.../schema/utils/TestAvroSchemaEvolutionUtils.java | 13 +++--
.../schema/utils/TestInternalSchemaUtils.java | 44 ++++++++++----
.../scala/org/apache/hudi/HoodieSchemaUtils.scala | 11 ++--
.../org/apache/hudi/TestHoodieSchemaUtils.java | 50 ++++++++++++++++
.../hudi/functional/TestBasicSchemaEvolution.scala | 68 ++++++++++++++++++----
11 files changed, 225 insertions(+), 67 deletions(-)
copy
hudi-common/src/main/java/org/apache/hudi/internal/schema/visitor/{NameToIDVisitor.java
=> NameToPositionVisitor.java} (80%)