You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by ak...@apache.org on 2022/10/26 16:21:01 UTC

[hudi] branch master updated (20e8ec79c8 -> 7accc476d3)

This is an automated email from the ASF dual-hosted git repository.

akudinkin pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/hudi.git


    from 20e8ec79c8 [HUDI-5058] Fix flink catalog read spark table error : primary key col can not be nullable (#7009)
     add 7accc476d3 [HUDI-5087] Fix incorrect merging sequence for Column Stats Record in `HoodieMetadataPayload` (#7053)

No new revisions were added by this update.

Summary of changes:
 .../hudi/metadata/HoodieMetadataPayload.java       |  32 ++++-
 .../hudi/metadata/TestHoodieMetadataPayload.java   | 153 +++++++++++++++++++++
 2 files changed, 182 insertions(+), 3 deletions(-)
 create mode 100644 hudi-common/src/test/java/org/apache/hudi/metadata/TestHoodieMetadataPayload.java