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 00:17:20 UTC

[beam] branch master updated (ea99d6e -> 8aba30f)

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

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


    from ea99d6e  [BEAM-8960]: Add an option for user to opt out of using insert id for BigQuery streaming insert. (#10427)
     add 3e4490c  [BEAM-9041] Add missing equals methods for GenericRecord <-> Row conversion
     add 0e63b5a  [BEAM-9042] Fix RowToGenericRecordFn Avro schema serialization
     add 71de81f7 [BEAM-9042] Update SchemaCoder doc with info about functions requiring equals
     add fe17671  [BEAM-9042] Test serializability and equality of Row<->GenericRecord functions
     add 8aba30f  Merge pull request #10492: [BEAM-9041, BEAM-9042] SchemaCoder equals should not rely on from/toRowFunction equality

No new revisions were added by this update.

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(-)