You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by re...@apache.org on 2018/12/22 16:55:30 UTC

[beam] branch master updated (a02d884 -> 2681c25)

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

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


    from a02d884  Merge pull request #7345: [BEAM-6300] Put generated getter/setter/creator classes in the same package as the class they access
     add 8bdbb33  Add schema support to AvroIO and PubsubIO. For backwards-compatibility reasons, Beam schema support must be explicitly enabled in these sources.
     add 4f23004  Remove unneeded @Rule.
     new 2681c25  Merge pull request #7290: [BEAM-4454] Support avro schema inference in sources

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:
 .../main/java/org/apache/beam/sdk/io/AvroIO.java   |   78 +-
 .../apache/beam/sdk/schemas/AvroRecordSchema.java  |    5 +-
 .../apache/beam/sdk/schemas/utils/AvroUtils.java   |   35 +-
 .../beam/sdk/schemas/utils/ByteBuddyUtils.java     |    8 +-
 .../java/org/apache/beam/sdk/io/AvroIOTest.java    | 2064 ++++++++++----------
 .../apache/beam/sdk/schemas/AvroSchemaTest.java    |    2 +-
 .../apache/beam/sdk/io/gcp/pubsub/PubsubIO.java    |  136 +-
 .../beam/sdk/io/gcp/pubsub/PubsubIOTest.java       |  193 ++
 8 files changed, 1478 insertions(+), 1043 deletions(-)


[beam] 01/01: Merge pull request #7290: [BEAM-4454] Support avro schema inference in sources

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

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

commit 2681c254a9e12e3e048f0d9a1fa7d19318c7bb67
Merge: a02d884 4f23004
Author: reuvenlax <re...@google.com>
AuthorDate: Sat Dec 22 08:55:23 2018 -0800

    Merge pull request #7290: [BEAM-4454] Support avro schema inference in sources

 .../main/java/org/apache/beam/sdk/io/AvroIO.java   |   78 +-
 .../apache/beam/sdk/schemas/AvroRecordSchema.java  |    5 +-
 .../apache/beam/sdk/schemas/utils/AvroUtils.java   |   35 +-
 .../beam/sdk/schemas/utils/ByteBuddyUtils.java     |    8 +-
 .../java/org/apache/beam/sdk/io/AvroIOTest.java    | 2064 ++++++++++----------
 .../apache/beam/sdk/schemas/AvroSchemaTest.java    |    2 +-
 .../apache/beam/sdk/io/gcp/pubsub/PubsubIO.java    |  136 +-
 .../beam/sdk/io/gcp/pubsub/PubsubIOTest.java       |  193 ++
 8 files changed, 1478 insertions(+), 1043 deletions(-)