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/05/13 20:37:46 UTC

[beam] branch master updated (485bd08 -> 494256f)

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 485bd08  Merge pull request #11694 from pabloem/revertlabels
     add d2ca199  Allow users of AvroIO to specify a custom DatumReader implementation
     add 494256f  Merge pull request #11641: [BEAM-9931] Support custom Avro DatumReaders in AvroIO

No new revisions were added by this update.

Summary of changes:
 .../main/java/org/apache/beam/sdk/io/AvroIO.java   | 30 ++++++--
 .../java/org/apache/beam/sdk/io/AvroSource.java    | 86 +++++++++++++++++-----
 .../org/apache/beam/sdk/io/AvroSourceTest.java     | 45 +++++++++++
 3 files changed, 137 insertions(+), 24 deletions(-)