This is an automated email from the ASF dual-hosted git repository.
chamikara pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.
from 432fa19 Merge pull request #5796: [BEAM-4664] Increase website job
timeout to 100 by default
add 868c4f6 [BEAM-2810] use fastavro-blocks in Avro IO
new 8ae7765 Merge pull request #5496: [BEAM-2810] use fastavro in Avro IO
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:
.../jenkins/verify_performance_test_results.py | 2 +-
sdks/python/apache_beam/examples/avro_bitcoin.py | 169 ++++++++++++++++++++
sdks/python/apache_beam/io/avroio.py | 176 ++++++++++++++++++---
sdks/python/apache_beam/io/avroio_test.py | 116 ++++++++++----
sdks/python/apache_beam/io/filebasedsource.py | 4 +-
sdks/python/apache_beam/io/filesystem.py | 2 +-
sdks/python/setup.py | 1 +
7 files changed, 413 insertions(+), 57 deletions(-)
create mode 100644 sdks/python/apache_beam/examples/avro_bitcoin.py