You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by si...@apache.org on 2022/04/21 22:28:03 UTC

[hudi] branch master updated (de5fa1fe03 -> 037f89ee7c)

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 de5fa1fe03 [HUDI-3940] Fix retry count increment in lock manager (#5387)
     add 037f89ee7c [HUDI-3921] Fixed schema evolution cannot work with HUDI-3855 (#5376)

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/hudi/io/HoodieWriteHandle.java | 12 +++-
 .../table/action/commit/HoodieMergeHelper.java     | 14 ++++-
 .../java/org/apache/hudi/avro/HoodieAvroUtils.java | 70 +++++++++++++++++++---
 .../table/log/AbstractHoodieLogRecordReader.java   |  3 +-
 .../schema/action/InternalSchemaMerger.java        | 26 +++++++-
 .../internal/schema/utils/InternalSchemaUtils.java | 16 +++++
 .../schema/utils/TestAvroSchemaEvolutionUtils.java |  4 +-
 .../org/apache/spark/sql/hudi/TestSpark3DDL.scala  | 31 ++++------
 8 files changed, 137 insertions(+), 39 deletions(-)