This is an automated email from the ASF dual-hosted git repository.
sivabalan pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/hudi.git
from 132c0aa8c7 [HUDI-4101] When BucketIndexPartitioner take partition path
for dispersion may cause the fileID of the task to not be loaded correctly
(#5763)
add 4f7ea8c79a [HUDI-4176] Fixing `TableSchemaResolver` to avoid repeated
`HoodieCommitMetadata` parsing (#5733)
No new revisions were added by this update.
Summary of changes:
.../TestHoodieClientOnCopyOnWriteStorage.java | 4 +-
.../hudi/testutils/HoodieClientTestUtils.java | 2 +-
.../java/org/apache/hudi/avro/AvroSchemaUtils.java | 11 +
.../java/org/apache/hudi/avro/HoodieAvroUtils.java | 12 -
.../hudi/common/model/HoodieCommitMetadata.java | 2 +-
.../hudi/common/table/TableSchemaResolver.java | 467 ++++++++++-----------
.../table/timeline/HoodieActiveTimeline.java | 74 ++--
.../src/main/java/org/apache/hudi/util/Lazy.java | 2 +
.../hudi/common/table/TestTableSchemaResolver.java | 16 +-
.../main/scala/org/apache/hudi/DefaultSource.scala | 13 +-
.../scala/org/apache/hudi/HoodieBaseRelation.scala | 19 +-
.../org/apache/hudi/IncrementalRelation.scala | 10 +-
.../hudi/TestTableSchemaResolverWithSparkSQL.scala | 2 +-
.../apache/spark/sql/hudi/TestInsertTable.scala | 2 +-
14 files changed, 314 insertions(+), 322 deletions(-)