You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ie...@apache.org on 2020/01/08 18:17:43 UTC

[beam] branch release-2.18.0 updated (feacdaf -> 18e80b3)

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

iemejia pushed a change to branch release-2.18.0
in repository https://gitbox.apache.org/repos/asf/beam.git.


    from feacdaf  Merge pull request #10430: [BEAM-8944] Change to use single thread in py sdk bundle progress rep…
     add 36862f7  [BEAM-9041] Add missing equals methods for GenericRecord <-> Row conversion
     add 6db2b7f  [BEAM-9042] Fix RowToGenericRecordFn Avro schema serialization
     add 3381d89  [BEAM-9042] Update SchemaCoder doc with info about functions requiring equals
     add 43ce943  [BEAM-9042] Test serializability and equality of Row<->GenericRecord functions
     new 18e80b3  Merge pull request #10526: [release-2.18.0][BEAM-9041, BEAM-9042] SchemaCoder equals should not rely on from/toRowFunction equality

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../org/apache/beam/sdk/schemas/SchemaCoder.java   |  3 +-
 .../apache/beam/sdk/schemas/utils/AvroUtils.java   | 81 +++++++++++++++++++++-
 .../beam/sdk/schemas/utils/AvroUtilsTest.java      | 16 +++++
 3 files changed, 97 insertions(+), 3 deletions(-)


[beam] 01/01: Merge pull request #10526: [release-2.18.0][BEAM-9041, BEAM-9042] SchemaCoder equals should not rely on from/toRowFunction equality

Posted by ie...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

iemejia pushed a commit to branch release-2.18.0
in repository https://gitbox.apache.org/repos/asf/beam.git

commit 18e80b3620ec525903deb0d6976e588c0d6348c0
Merge: feacdaf 43ce943
Author: Ismaël Mejía <ie...@gmail.com>
AuthorDate: Wed Jan 8 19:17:28 2020 +0100

    Merge pull request #10526: [release-2.18.0][BEAM-9041, BEAM-9042] SchemaCoder equals should not rely on from/toRowFunction equality

 .../org/apache/beam/sdk/schemas/SchemaCoder.java   |  3 +-
 .../apache/beam/sdk/schemas/utils/AvroUtils.java   | 81 +++++++++++++++++++++-
 .../beam/sdk/schemas/utils/AvroUtilsTest.java      | 16 +++++
 3 files changed, 97 insertions(+), 3 deletions(-)