This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch nightly-refs/heads/master
in repository https://gitbox.apache.org/repos/asf/beam.git.
from 8d34bd8 [BEAM-12651] Exclude packages from jacoco report (#15792)
add 10d9594 [BEAM-13222] Skip spanner integration tests (#15942)
add 2bc4913 Fix environment_service_test.go
add f8a4782 Merge pull request #15930 from [BEAM-13176] [Playground]
[BUGFIX] Add new argument to NewNetworkEnv in env service tests
add 6a573e4 BEAM-13189 Python TextIO: add escapechar feature. (#15901)
add 8fb22a8 [BEAM-12550] Parallelizable kurtosis Implementation (#15909)
add e9ebaa4 [BEAM-13016] Remove avro-python3 dependency from Beam (#15900)
add 0ba6eca [BEAM-13133] Loosen partitioning requirement for sample
(#15818)
add ff497ff Update Beam website to release 2.34.0.
add 3437306 Prepare docs for 2.34.0 release.
add 7a5b47b Merge pull request #15834 from ibzib/website-234
add 31af8e5 [BEAM-13228] fix data race in metrics.store (#15946)
add 9f0ca71 [BEAM-3293] Add binding cases for MultiMap side inputs
(#15943)
add 17a5c26 [BEAM-13222] Re-enable Spanner integration tests (#15948)
add 39efcae Merge pull request #15926 from [BEAM-13110][Playground]
Playground pipeline cancelation
add 55f66aa [BEAM-13025] Disable deduplicating messages, as Dedupe is
broken on runner v2 (#15953)
add 4351c49 [BEAM-13001] collect DoFn metrics for Combine (#15911)
No new revisions were added by this update.
Summary of changes:
.../job_PerformanceTests_SpannerIO_Python.groovy | 6 +-
CHANGES.md | 20 +-
playground/api/v1/api.proto | 13 +
playground/backend/cmd/server/controller.go | 125 ++++--
playground/backend/cmd/server/controller_test.go | 119 +++++-
playground/backend/go.mod | 1 +
playground/backend/go.sum | 9 +-
playground/backend/internal/api/v1/api.pb.go | 451 +++++++++++++--------
playground/backend/internal/api/v1/api_grpc.pb.go | 72 +++-
playground/backend/internal/cache/cache.go | 3 +
.../backend/internal/cache/redis/redis_cache.go | 3 +
.../environment/environment_service_test.go | 4 +-
playground/frontend/lib/api/v1/api.pb.dart | 78 +++-
playground/frontend/lib/api/v1/api.pbenum.dart | 2 +
playground/frontend/lib/api/v1/api.pbgrpc.dart | 24 ++
playground/frontend/lib/api/v1/api.pbjson.dart | 20 +-
sdks/go/pkg/beam/core/graph/bind.go | 16 +-
sdks/go/pkg/beam/core/graph/bind_test.go | 10 +
sdks/go/pkg/beam/core/metrics/metrics.go | 2 +
sdks/go/pkg/beam/core/metrics/sampler_test.go | 6 +-
sdks/go/pkg/beam/core/runtime/exec/combine.go | 16 +
.../beam/sdk/io/gcp/pubsublite/ReadWriteIT.java | 7 +-
sdks/python/apache_beam/dataframe/frames.py | 90 +++-
sdks/python/apache_beam/dataframe/frames_test.py | 38 +-
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 +-
sdks/python/apache_beam/io/textio.py | 70 +++-
sdks/python/apache_beam/io/textio_test.py | 139 ++++++-
.../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 -
website/www/site/config.toml | 2 +-
website/www/site/content/en/blog/beam-2.34.0.md | 152 +++++++
.../www/site/content/en/get-started/downloads.md | 8 +
website/www/site/static/.htaccess | 2 +-
43 files changed, 1374 insertions(+), 896 deletions(-)
create mode 100644 website/www/site/content/en/blog/beam-2.34.0.md