This is an automated email from the ASF dual-hosted git repository.
yhu pushed a change to branch pr-37886
in repository https://gitbox.apache.org/repos/asf/beam.git
omit 1ab1a5275b4 Fix SamzaStoreStateInternalsTest to reflect updated
signature
omit c33e403505a trigger post-commit test
omit de570dd9686 Upgrade to Samza 1.8.0 / Scala 2.12
omit 2c312f24a4f address code review comment
omit ae1a3edd7f6 no unchecked warning suppression
omit 6c661a2ad61 Fix SamzaDoFnRunner (fixes #26126)
add fe29172781f Updated URLs in notebooks: Folders changed from
`/tour-of-beam/` to (#37876)
add 7b33e1cb50b [Java] Improve GroupIntoBatches display data to show
batching parameters (#37865)
add ae6d624c2b6 Add a configuration to wait for session creation (#37625)
add d51177b9cee Add a check to make sure GitHub action workflows are
listed in readme (#37883)
add fee107ada1f Fix vLLM Gemma benchmark by updating transformers version
add d48108d6f83 Merge pull request #37874 from
aIbrahiim/fix-30644-inference-python-benchmark
add 2c99a01f327 Bump google.golang.org/grpc from 1.78.0 to 1.79.3 in /sdks
(#37889)
add 180f3a6bdb5 Attempt to fix flaky GrpcLoggingServiceTest (#37891)
add 153875eaf24 Fix #37833: Use named logger instead of root logger in
transforms/util.py (#37857)
new eaaf5078b7d Fix SamzaDoFnRunner (fixes #26126)
new d3a64cac7bd fix state leak
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 (1ab1a5275b4)
\
N -- N -- N refs/heads/pr-37886 (d3a64cac7bd)
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.
The 2 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:
.github/build.gradle | 6 ++
.github/workflows/README.md | 23 ++++
.github/workflows/beam_PreCommit_GHA.yml | 2 +-
.github/workflows/beam_PreCommit_RAT.yml | 2 +-
.github/workflows/beam_PreCommit_Whitespace.yml | 2 +-
...Python_Benchmarks_Dataflow_VLLM_Gemma_Batch.txt | 1 +
.../learn_beam_windowing_by_doing.ipynb | 2 +-
.../interactive-overview/getting-started.ipynb | 6 +-
.../reading-and-writing-data.ipynb | 4 +-
.../runners/dataflow/GroupIntoBatchesOverride.java | 12 +++
.../logging/GrpcLoggingServiceTest.java | 116 ++++++++++-----------
.../runners/samza/runtime/SamzaDoFnRunners.java | 12 +--
sdks/go.mod | 16 +--
sdks/go.sum | 40 +++----
.../beam/sdk/transforms/GroupIntoBatches.java | 18 +++-
.../beam/sdk/io/gcp/spanner/SpannerAccessor.java | 14 +++
.../beam/sdk/io/gcp/spanner/SpannerConfig.java | 25 +++++
.../beam/sdk/io/gcp/spanner/SpannerReadIT.java | 5 +
.../beam/sdk/io/gcp/spanner/SpannerWriteIT.java | 5 +
.../changestreams/it/IntegrationTestEnv.java | 5 +
.../inference/pytorch_language_modeling.py | 3 +-
.../examples/inference/vllm_gemma_batch.py | 1 -
.../ml/inference/vllm_tests_requirements.txt | 3 +-
sdks/python/apache_beam/transforms/util.py | 18 ++--
24 files changed, 222 insertions(+), 119 deletions(-)