You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by da...@apache.org on 2023/03/30 12:31:01 UTC

[hudi] branch master updated (f076c0a8a4a -> 8310e250ff7)

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

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


    from f076c0a8a4a [HUDI-5993] Connection leak for lock provider (#8304)
     add 8310e250ff7 [HUDI-5992] Fix (de)serialization for avro versions > 1.10.0 (#8307)

No new revisions were added by this update.

Summary of changes:
 .../apache/hudi/avro/GenericAvroSerializer.java    | 146 +++++++++++++++++++++
 .../hudi/common/util/SerializationUtils.java       |   3 +
 .../apache/hudi/sink/compact/TestCustomSerDe.java  |  81 ++++++++++++
 3 files changed, 230 insertions(+)
 create mode 100644 hudi-common/src/main/java/org/apache/hudi/avro/GenericAvroSerializer.java
 create mode 100644 hudi-flink-datasource/hudi-flink/src/test/java/org/apache/hudi/sink/compact/TestCustomSerDe.java