You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by dw...@apache.org on 2020/09/24 06:03:50 UTC

[flink] branch master updated (030fa21 -> 3fcfb73)

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

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


    from 030fa21  [FLINK-19189][e2e] Let TPC-DS tests run in POINTWISE_EDGES_PIPELINED data exchange mode
     add 3fcfb73  [FLINK-19339] Support unions with logical types in Avro >= 1.9.x

No new revisions were added by this update.

Summary of changes:
 .../formats/avro/AvroDeserializationSchema.java    |  7 ++++--
 .../flink/formats/avro/typeutils/AvroFactory.java  | 26 +++++++++++++++++++---
 .../avro/typeutils/AvroSerializerSnapshot.java     |  3 ++-
 .../avro/AvroDeserializationSchemaTest.java        | 17 ++++++++++++--
 .../formats/avro/AvroSerializationSchemaTest.java  | 23 ++++++++++++++-----
 ...st.java => AvroUnionLogicalSerializerTest.java} | 24 ++++++++++----------
 .../flink/formats/avro/utils/AvroTestUtils.java    | 17 ++++++++++++++
 .../flink-avro/src/test/resources/avro/user.avsc   |  7 ++++++
 8 files changed, 99 insertions(+), 25 deletions(-)
 copy flink-formats/flink-avro/src/test/java/org/apache/flink/formats/avro/typeutils/{AvroSerializerTest.java => AvroUnionLogicalSerializerTest.java} (66%)