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