This is an automated email from the ASF dual-hosted git repository.
derrickaw pushed a change to branch 20260524_huggingFaceTry#3
in repository https://gitbox.apache.org/repos/asf/beam.git
omit 96cd2073f7d try removing ml_test
omit 1c2d0d0d165 revert integration test changes
omit 3d52cb728a2 adk as extra
omit 378dfb9917e Widen opentelemetry dependency version bounds in setup.py
to be compatible with container base requirement constraints
omit 51685855736 Fix pip backtracking resolution limit errors in
installYamlIntegrationTestDeps by defining p311/p312 ml extras without
datatable and correctly resolving constraints
omit 73c744ee8da simplify condition again and try
omit 0805e62a8be fix ml_test dependencies
omit 8a63448a04e try to fix dependency torch issue
omit 7a71115db92 fix gemini comments
omit 93804e2f21b Fix installYamlIntegrationTestDeps to use constraint files
and prevent pip backtracking hangs
omit dc63a706740 update dependency logic
omit 66841aa56d9 add yaml huggingface test file
omit 1ae1ec1c741 huggingface model handler for yaml
add 3f4bcb01570 remove playground annotations from BatchElementsExample
until next release (#38733)
add bdef23f826e Update CHANGES.md after release cut (#38608)
add 3e5a085bd0d Support infer types involving dataclass fields (#38548)
add a32774afe93 [Prism] Fix race condition in element manager (#38734)
add cbab4d7203a Add staged package hashes (#38311)
add d8d4cfc3e11 Updated All Externally Visible Logs/Docs from Runner V2 to
Portable Runner (#38532)
add 3d68e9df172 Bump github.com/aws/aws-sdk-go-v2 from 1.41.7 to 1.41.8 in
/sdks (#38740)
add dc3b2ccf8e3 Bump github.com/aws/aws-sdk-go-v2/credentials in /sdks
(#38737)
add 09a1e60fa38 fix race condition in sdb-operator (#38698)
add 5702872d9ae Disable build isolation for pip by default. (#38700)
add 07222b4dac6 Bump github.com/aws/aws-sdk-go-v2/service/s3 in /sdks
(#38741)
add 0a7df5c8ba4 Bump github.com/aws/aws-sdk-go-v2/config in /sdks (#38738)
add d9f07c5f6aa Bump setup gradle to allowlisted v6.1.0 (#38745)
add 2ca9ed8b35c huggingface model handler for yaml
add 105fd224320 add yaml huggingface test file
add 1076e27e6a6 update dependency logic
add 16cb9895c35 Fix installYamlIntegrationTestDeps to use constraint files
and prevent pip backtracking hangs
add 4a6b3931b33 fix gemini comments
add a2523735a9a try to fix dependency torch issue
add b7a755422ba fix ml_test dependencies
add 71dc2f416ef simplify condition again and try
add 21d511686d8 Fix pip backtracking resolution limit errors in
installYamlIntegrationTestDeps by defining p311/p312 ml extras without
datatable and correctly resolving constraints
add d5ab85b41b7 Widen opentelemetry dependency version bounds in setup.py
to be compatible with container base requirement constraints
add de05038462a adk as extra
add 8cf9686eef4 revert integration test changes
add f8b3ec5f75d try removing ml_test
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 (96cd2073f7d)
\
N -- N -- N refs/heads/20260524_huggingFaceTry#3 (f8b3ec5f75d)
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:
.../actions/setup-environment-action/action.yml | 2 +-
.../beam_PostCommit_Python_Versions.json | 2 +-
.../beam_PerformanceTests_SingleStoreIO.yml | 2 +-
.../beam_PostCommit_Java_SingleStoreIO_IT.yml | 2 +-
CHANGES.md | 48 ++++++++++++-----
.../apache/beam/examples/BatchElementsExample.java | 13 -----
.../google-cloud-dataflow-java/arm/build.gradle | 2 +-
runners/google-cloud-dataflow-java/build.gradle | 10 ++--
.../beam/runners/dataflow/DataflowRunner.java | 19 ++++---
.../beam/runners/dataflow/util/PackageUtil.java | 3 ++
.../beam/runners/dataflow/DataflowRunnerTest.java | 5 +-
.../runners/dataflow/util/PackageUtilTest.java | 4 ++
.../worker/windmill/src/main/proto/windmill.proto | 2 +-
runners/prism/java/build.gradle | 1 +
sdks/go.mod | 30 +++++------
sdks/go.sum | 60 +++++++++++-----------
sdks/go/pkg/beam/runners/dataflow/dataflow.go | 9 ++--
sdks/go/pkg/beam/runners/dataflow/dataflow_test.go | 43 +++++++++++++++-
.../prism/internal/engine/elementmanager.go | 7 ++-
.../cookbook/ordered_window_elements/streaming.py | 2 +-
.../apache_beam/examples/kafkataxi/README.md | 2 +-
.../io/external/xlang_bigqueryio_it_test.py | 2 +-
.../runners/dataflow/dataflow_metrics.py | 2 +-
.../runners/dataflow/dataflow_runner.py | 16 +++---
.../runners/dataflow/dataflow_runner_test.py | 20 ++++++++
.../runners/dataflow/internal/apiclient.py | 8 +--
sdks/python/apache_beam/transforms/core.py | 4 +-
sdks/python/apache_beam/typehints/opcodes.py | 6 +++
sdks/python/apache_beam/typehints/row_type_test.py | 21 ++++++++
.../typehints/trivial_inference_test.py | 12 +++++
sdks/python/container/boot.go | 10 ++--
31 files changed, 251 insertions(+), 118 deletions(-)