This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/pip/sdks/python/pytest-xdist-gte-2.5.0-and-lt-4
in repository https://gitbox.apache.org/repos/asf/beam.git
omit ef51f6ab9e2 Update pytest-xdist requirement in /sdks/python
add daaaaafc0e0 [BEAM-14307] Re-Fix Slow Side input pattern bug in sample
add 4189320e49e Merge pull request #25829: [BEAM-14307] Re-Fix Slow Side
input pattern bug in sample
add 81517a7fffd Add support for common collections.abc types (#25798)
add 6b18305a625 Improve stage packages race condition by checking if
already staged before each try (#25827)
add 6270ec9d014 Bump wazero to v1.0.0-rc.1 (#25691)
add 20510623041 Re-enable Storage Write API tests for Runner v2
add 6f0dfae90be Merge pull request #21814: Re-enable Storage Write API
tests for Runner v2
add 8eefbd4e2b5 Drop myself from Java reviewers
add 77d03e952c7 Merge pull request #25800: Drop myself from Java reviewers
add 5ffb2d539f2 Update release docs with problems encountered during
release (#25596)
add 4cc0bccdf56 Fix excessive checkStateNotNull in JdbcUtil (#25847)
add 4c45f410247 Bump google.golang.org/api from 0.111.0 to 0.112.0 in
/sdks (#25837)
add 99c734db530 Bump github.com/testcontainers/testcontainers-go in /sdks
(#25789)
add e2afe3a60cc Use buf to generate protobuf stubs for ToB backend (#25821)
add 9e044312424 Reorganizing the ML content (#25700)
add 7adcb417f8e [Spark Dataset runner] Implement producer-consumer fusion
for ParDos (closes #25761) (#25762)
add 3f1f46853da Bump github.com/aws/aws-sdk-go-v2/service/s3 in /sdks
(#25836)
add 720762b76b5 Update google-cloud-recommendations-ai requirement in
/sdks/python (#25835)
add 5cb1711c39c Update Protobuf and GCP dependencies in Beam Python SDK
(#24599)
add 8a12c12ab84 Update pytest-xdist requirement in /sdks/python
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 (ef51f6ab9e2)
\
N -- N -- N
refs/heads/dependabot/pip/sdks/python/pytest-xdist-gte-2.5.0-and-lt-4
(8a12c12ab84)
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:
.github/REVIEWERS.yml | 1 -
build.gradle.kts | 6 +-
.../apache/beam/examples/snippets/Snippets.java | 4 +-
learning/tour-of-beam/backend/README.md | 4 +-
learning/tour-of-beam/backend/function.go | 6 +-
.../backend/integration_tests/client_pg.go | 2 +-
.../backend/internal/service/content.go | 2 +-
.../backend/internal/service/mock_helper.go | 2 +-
.../backend/internal/service/pg_adapter.go | 2 +-
.../tour-of-beam/backend/playground_api/api.pb.go | 3517 --------------------
.../backend/playground_api}/api/v1/api.pb.go | 0
.../backend/playground_api}/api/v1/api_grpc.pb.go | 0
.../backend/playground_api/{ => api/v1}/mock.go | 185 +-
.../backend/playground_api/api_grpc.pb.go | 791 -----
playground/buf.gen.yaml | 10 +
playground/infrastructure/api/v1/api_pb2.py | 205 +-
playground/infrastructure/api/v1/api_pb2.pyi | 508 +--
release/src/main/scripts/start_snapshot_build.sh | 2 +-
runners/google-cloud-dataflow-java/build.gradle | 1 -
.../beam/runners/dataflow/util/PackageUtil.java | 10 +-
.../runners/dataflow/util/PackageUtilTest.java | 10 +-
.../translation/PipelineTranslator.java | 79 +-
.../translation/TransformTranslator.java | 7 +
.../batch/DoFnPartitionIteratorFactory.java | 131 +-
.../translation/batch/DoFnRunnerFactory.java | 296 ++
.../translation/batch/DoFnRunnerWithMetrics.java | 19 +-
.../translation/batch/ParDoTranslatorBatch.java | 64 +-
sdks/go.mod | 45 +-
sdks/go.sum | 100 +-
sdks/go/examples/wasm/README.md | 6 +-
.../java/org/apache/beam/sdk/io/jdbc/JdbcUtil.java | 19 +-
.../org/apache/beam/sdk/io/jdbc/SchemaUtil.java | 6 +-
.../org/apache/beam/sdk/io/jdbc/JdbcIOTest.java | 110 +-
.../coders/proto2_coder_test_messages_pb2.py | 319 +-
.../io/gcp/datastore/v1new/datastoreio.py | 2 +-
.../io/gcp/datastore/v1new/datastoreio_test.py | 21 +-
sdks/python/apache_beam/ml/gcp/__init__.py | 9 +
.../python/apache_beam/ml/gcp/naturallanguageml.py | 14 +-
.../apache_beam/ml/gcp/naturallanguageml_test.py | 2 +-
.../apache_beam/ml/gcp/videointelligenceml.py | 18 +-
.../apache_beam/ml/gcp/videointelligenceml_test.py | 6 +-
.../apache_beam/ml/inference/pytorch_inference.py | 2 +-
.../ml/inference/tensorflow_inference_it_test.py | 5 +
.../ml/inference/tensorflow_tests_requirements.txt | 2 +-
.../python/apache_beam/runners/pipeline_context.py | 10 +-
.../runners/portability/abstract_job_service.py | 2 +-
.../runners/portability/fn_api_runner/execution.py | 4 +-
.../runners/portability/fn_api_runner/fn_runner.py | 2 +-
.../portability/fn_api_runner/translations.py | 2 +-
.../portability/fn_api_runner/worker_handlers.py | 2 +-
.../runners/portability/local_job_service.py | 2 +-
.../apache_beam/runners/worker/log_handler.py | 2 +-
sdks/python/apache_beam/transforms/core.py | 4 +-
sdks/python/apache_beam/transforms/external.py | 2 +-
.../typehints/native_type_compatibility.py | 23 +
.../typehints/native_type_compatibility_test.py | 29 +
sdks/python/build-requirements.txt | 15 +-
sdks/python/container/Dockerfile | 4 +-
.../container/base_image_requirements_manual.txt | 5 +-
.../container/license_scripts/dep_urls_py.yaml | 3 +
.../container/py310/base_image_requirements.txt | 85 +-
.../container/py37/base_image_requirements.txt | 82 +-
.../container/py38/base_image_requirements.txt | 79 +-
.../container/py39/base_image_requirements.txt | 79 +-
sdks/python/gen_protos.py | 33 +-
sdks/python/setup.py | 38 +-
sdks/python/test-suites/direct/common.gradle | 4 +-
sdks/python/test-suites/tox/py38/build.gradle | 21 +-
sdks/python/tox.ini | 9 +-
.../site/content/en/contribute/release-guide.md | 16 +-
.../site/content/en/documentation/ml/about-ml.md | 154 +
.../content/en/documentation/ml/data-processing.md | 2 +-
.../en/documentation/ml/inference-overview.md | 64 +
.../en/documentation/ml/large-language-modeling.md | 2 +-
.../site/content/en/documentation/ml/overview.md | 147 +-
.../documentation/sdks/python-machine-learning.md | 61 +-
.../python/elementwise/runinference-pytorch.md | 63 +
.../python/elementwise/runinference-sklearn.md | 64 +
.../transforms/python/elementwise/runinference.md | 86 +-
.../partials/section-menu/en/documentation.html | 64 +-
80 files changed, 2077 insertions(+), 5737 deletions(-)
delete mode 100644 learning/tour-of-beam/backend/playground_api/api.pb.go
copy {playground/backend/internal =>
learning/tour-of-beam/backend/playground_api}/api/v1/api.pb.go (100%)
copy {playground/backend/internal =>
learning/tour-of-beam/backend/playground_api}/api/v1/api_grpc.pb.go (100%)
rename learning/tour-of-beam/backend/playground_api/{ => api/v1}/mock.go (86%)
delete mode 100644 learning/tour-of-beam/backend/playground_api/api_grpc.pb.go
create mode 100644
runners/spark/3/src/main/java/org/apache/beam/runners/spark/structuredstreaming/translation/batch/DoFnRunnerFactory.java
create mode 100644 website/www/site/content/en/documentation/ml/about-ml.md
create mode 100644
website/www/site/content/en/documentation/ml/inference-overview.md
create mode 100644
website/www/site/content/en/documentation/transforms/python/elementwise/runinference-pytorch.md
create mode 100644
website/www/site/content/en/documentation/transforms/python/elementwise/runinference-sklearn.md