You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by bh...@apache.org on 2022/03/23 18:41:35 UTC

[beam] branch master updated (b61436e -> b9846fb)

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

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


    from b61436e  Remove unreachable code in container.go (#17166)
     add b9846fb  Add ability to handle streaming input to AvroSchemaIOProvider (#17126)

No new revisions were added by this update.

Summary of changes:
 .../apache/beam/sdk/io/AvroSchemaIOProvider.java   |  44 ++++--
 .../beam/sdk/io/AvroSchemaIOProviderTest.java      | 173 +++++++++++++++++++++
 2 files changed, 207 insertions(+), 10 deletions(-)
 create mode 100644 sdks/java/core/src/test/java/org/apache/beam/sdk/io/AvroSchemaIOProviderTest.java