This is an automated email from the ASF dual-hosted git repository.
tvalentyn pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.
from 8fb22a8 [BEAM-12550] Parallelizable kurtosis Implementation (#15909)
add e9ebaa4 [BEAM-13016] Remove avro-python3 dependency from Beam (#15900)
No new revisions were added by this update.
Summary of changes:
CHANGES.md | 1 +
sdks/python/apache_beam/examples/avro_bitcoin.py | 36 +--
.../apache_beam/examples/fastavro_it_test.py | 97 ++++----
sdks/python/apache_beam/io/avroio.py | 269 ++-------------------
sdks/python/apache_beam/io/avroio_test.py | 93 ++-----
sdks/python/apache_beam/io/gcp/bigquery.py | 2 +-
.../apache_beam/io/gcp/bigquery_avro_tools_test.py | 215 +++++-----------
.../apache_beam/io/gcp/bigquery_read_internal.py | 2 +-
.../runners/dataflow/dataflow_runner.py | 7 -
.../runners/dataflow/dataflow_runner_test.py | 10 -
.../apache_beam/runners/dataflow/internal/names.py | 2 +-
.../apache_beam/testing/datatype_inference.py | 13 +-
.../apache_beam/testing/datatype_inference_test.py | 15 +-
sdks/python/setup.py | 1 -
14 files changed, 182 insertions(+), 581 deletions(-)