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 2022/09/22 16:58:18 UTC

[beam] branch master updated (762edd7f3a6 -> 483a0c95734)

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 762edd7f3a6 Improved pipeline translation in SparkStructuredStreamingRunner (#22446)
     add a6cda1370b3 use avro DataFileReader to read avro container files
     new 483a0c95734 Merge pull request #23214: Use avro DataFileReader to read avro container files

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:
 .../java/org/apache/beam/sdk/io/AvroSource.java    | 343 ++++++---------------
 .../org/apache/beam/sdk/io/AvroSourceTest.java     | 166 ----------
 2 files changed, 86 insertions(+), 423 deletions(-)


[beam] 01/01: Merge pull request #23214: Use avro DataFileReader to read avro container files

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

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

commit 483a0c95734c528aa45419596e9f27e9e650c5d7
Merge: 762edd7f3a6 a6cda1370b3
Author: Ismaël Mejía <ie...@gmail.com>
AuthorDate: Thu Sep 22 18:58:10 2022 +0200

    Merge pull request #23214: Use avro DataFileReader to read avro container files

 .../java/org/apache/beam/sdk/io/AvroSource.java    | 343 ++++++---------------
 .../org/apache/beam/sdk/io/AvroSourceTest.java     | 166 ----------
 2 files changed, 86 insertions(+), 423 deletions(-)