This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/go_modules/sdks/cloud.google.com/go/bigquery-1.67.0
in repository https://gitbox.apache.org/repos/asf/beam.git
discard 85fbce65987 Bump cloud.google.com/go/bigquery from 1.66.2 to 1.67.0 in
/sdks
add 684a6fd958d Adding release-2.64.0-postrelease to protected branches in
.asf.yaml
add 4bf7eb8cf33 Update run_rc_validation_python_mobile_gaming.yml (#34473)
add 7135c09229a Added blog post for 2.64.0 (#34422)
add 3c1d7601d0a Added a new RC validation workflow for Java quickstart
(#34478)
add b9d7e76c4b9 Add Documentation Hint for Template Job Creation in
DataflowRunner (#34204)
add 17054575ae9 Feature: Yaml JdbcIO partitioning for ReadRows (#34417)
add 7d2d0aa915c warning for copy_tests_from_docs (#34477)
add 085c0c1a38c Fix looker metrics (#34487)
add 2facaef27a3 Fix Spanner NPE when withHost called with null or empty
host (#34489)
add e9e6766b517 Adds instructions regarding building the Go SDK harness
container for Dataflow
add 604e335a4d7 Merge pull request #34491: Adds instructions regarding
building the Go SDK harness container for Dataflow
add db1f0eea92b [Dataflow] Remove unused PhysicalElementCount Counter
(#34461)
add f636caa7065 Support Time Partitioned Test Tables in
BigqueryResourceManager (#34471)
add 192c90354f8 Update reviewers to more accurately match current state of
repo (#34493)
add 468f5cf1323 Add vendored cloudpickle (#34424)
add 511abd28f55 Updated the discussion doc up to Beam 2.64.0 (#34496)
add af43a3b8b1a minor doc updates (#34494)
add e0b60951edf Updated the republished workflow to 2.64.0 (#34499)
add a477b770381 [Go] Fix reshuffle implementation to use the global window
for gbk output. (#34462)
add ad7729e0504 Bump golang.org/x/net from 0.37.0 to 0.38.0 in /sdks
(#34482)
add 7e438e97ebf Bump cloud.google.com/go/bigquery from 1.66.2 to 1.67.0 in
/sdks
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (85fbce65987)
\
N -- N -- N
refs/heads/dependabot/go_modules/sdks/cloud.google.com/go/bigquery-1.67.0
(7e438e97ebf)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.asf.yaml | 1 +
.github/REVIEWERS.yml | 24 +-
.github/autolabeler.yml | 2 +-
.github/workflows/refresh_looker_metrics.yml | 2 -
.../republish_released_docker_containers.yml | 2 +-
.../run_rc_validation_java_quickstart.yml | 102 ++
.../run_rc_validation_python_mobile_gaming.yml | 496 +++++--
CHANGES.md | 6 +-
LICENCE.cloudpickle | 29 +
build.gradle.kts | 4 +
contributor-docs/code-change-guide.md | 2 +
contributor-docs/discussion-docs/2025.md | 6 +-
.../it/gcp/bigquery/BigQueryResourceManager.java | 97 ++
.../gcp/bigquery/BigQueryResourceManagerTest.java | 79 +
.../beam/runners/dataflow/DataflowRunner.java | 25 +-
.../dataflow/options/DataflowPipelineOptions.java | 16 +-
.../dataflow/worker/DataflowOutputCounter.java | 11 +-
.../IntrinsicMapTaskExecutorFactoryTest.java | 3 -
sdks/go.mod | 2 +-
sdks/go.sum | 4 +-
sdks/go/README.md | 13 +-
sdks/go/pkg/beam/core/runtime/graphx/translate.go | 2 +
.../beam/sdk/io/gcp/spanner/SpannerAccessor.java | 5 +-
.../io/jdbc/JdbcReadSchemaTransformProvider.java | 65 +-
.../jdbc/JdbcReadSchemaTransformProviderTest.java | 67 +
.../apache_beam/internal/cloudpickle/__init__.py | 18 +
.../internal/cloudpickle/cloudpickle.py | 1537 ++++++++++++++++++++
.../internal/cloudpickle/cloudpickle_fast.py | 14 +
.../apache_beam/internal/cloudpickle_pickler.py | 2 +-
.../apache_beam/ml/anomaly/specifiable_test.py | 2 +-
sdks/python/apache_beam/typehints/schemas_test.py | 2 +-
sdks/python/apache_beam/yaml/standard_io.yaml | 2 +
sdks/python/scripts/run_pylint.sh | 15 +-
sdks/python/setup.py | 11 +-
website/www/site/config.toml | 2 +-
website/www/site/content/en/blog/beam-2.63.0.md | 2 +-
website/www/site/content/en/blog/beam-2.64.0.md | 174 +++
.../www/site/content/en/get-started/downloads.md | 14 +-
website/www/site/data/performance.yaml | 32 +-
39 files changed, 2694 insertions(+), 198 deletions(-)
create mode 100644 .github/workflows/run_rc_validation_java_quickstart.yml
create mode 100644 LICENCE.cloudpickle
create mode 100644 sdks/python/apache_beam/internal/cloudpickle/__init__.py
create mode 100644 sdks/python/apache_beam/internal/cloudpickle/cloudpickle.py
create mode 100644
sdks/python/apache_beam/internal/cloudpickle/cloudpickle_fast.py
create mode 100644 website/www/site/content/en/blog/beam-2.64.0.md