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 c552cf08490 simplify condition again and try
omit ebf9aac5408 fix ml_test dependencies
omit 48f225df8c0 try to fix dependency torch issue
omit ccdc9e08633 fix gemini comments
omit b1676adfd46 Fix installYamlIntegrationTestDeps to use constraint files
and prevent pip backtracking hangs
omit c5181114e08 update dependency logic
omit 4559bf9871f add yaml huggingface test file
omit 57d08ed5365 huggingface model handler for yaml
add bb5c486512d Update action.yml
add 94a9f824768 Bump docker/login-action from 4.1.0 to 4.2.0 (#38627)
add 8a30cc76045 Bump github.com/aws/aws-sdk-go-v2/config in /sdks (#38629)
add 35c70e5cb5b Bump docker/setup-buildx-action from 4.0.0 to 4.1.0
(#38628)
add 181424bb68d Bump github.com/aws/aws-sdk-go-v2/feature/s3/manager in
/sdks (#38630)
add 551a5a0c998 Update cython requirement from <4,>=3.0 to >=3.2.5,<4 in
/sdks/python (#38626)
add 5ad6df9f5a4 Fix flaky test_csv_to_json in Beam YAML SDK (#38617)
add 1858d2ef89a Update go dependencies (#38530)
add 1b261f0a399 Fix Fn API data plane deadlock when outbound queue is full
(#38581)
add 4049f00f165 [yaml] add support for matchall (#38512)
add eb29f866586 Update BEAM_DEV_SDK_CONTAINER_TAG to new version (#38699)
add d553b78ce2f [Dataflow Streaming] Add Operation::finishKey() and move
processTimers into it (#38430)
add 9583fe94755 [Cloud Spanner Change Streams] Fix inverted evaluation of
cancelQueryOnHeartbeat (#38695)
add b91538b4acc Bump cloud.google.com/go/bigtable from 1.47.0 to 1.48.0 in
/sdks (#38703)
add a7d2708d0f5 Bump google.golang.org/api from 0.280.0 to 0.281.0 in
/sdks (#38704)
add 45b79d23f9a Remove redundant HTTP->HTTPS redirect in .htaccess (#38522)
add b1ae999155d huggingface model handler for yaml
add 78137c307ad add yaml huggingface test file
add 33a05a37b06 update dependency logic
add 204261160bb Fix installYamlIntegrationTestDeps to use constraint files
and prevent pip backtracking hangs
add 4d2c47a63e5 fix gemini comments
add 7fbe5fceffc try to fix dependency torch issue
add e6a47326dc7 fix ml_test dependencies
add ebc69dbb372 simplify condition again and try
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 (c552cf08490)
\
N -- N -- N refs/heads/20260524_huggingFaceTry#3 (ebc69dbb372)
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 +-
.github/workflows/beam_PostCommit_Go.yml | 2 +-
.../workflows/beam_PostCommit_Go_Dataflow_ARM.yml | 2 +-
.../beam_PostCommit_Java_Examples_Dataflow_ARM.yml | 2 +-
.github/workflows/beam_PostCommit_Python_Arm.yml | 2 +-
.../beam_PostCommit_XVR_GoUsingJava_Dataflow.yml | 2 +-
.../workflows/beam_PreCommit_CommunityMetrics.yml | 2 +-
.github/workflows/beam_PreCommit_PythonDocker.yml | 2 +-
.../workflows/beam_Publish_Beam_SDK_Snapshots.yml | 2 +-
...beam_Python_ValidatesContainer_Dataflow_ARM.yml | 2 +-
.github/workflows/build_release_candidate.yml | 4 +-
.github/workflows/build_runner_image.yml | 2 +-
.github/workflows/finalize_release.yml | 2 +-
.../republish_released_docker_containers.yml | 2 +-
.../beam/runners/dataflow/worker/PubsubReader.java | 14 +-
.../worker/StreamingModeExecutionContext.java | 22 ++-
.../dataflow/worker/UngroupedWindmillReader.java | 14 +-
.../worker/WindmillReaderIteratorBase.java | 11 +-
.../dataflow/worker/WindowingWindmillReader.java | 2 +
.../WorkerCustomSourceOperationExecutor.java | 3 +
.../dataflow/worker/WorkerCustomSources.java | 9 +-
.../worker/streaming/ComputationWorkExecutor.java | 2 +-
.../util/common/worker/FlattenOperation.java | 3 +
.../worker/util/common/worker/MapTaskExecutor.java | 7 +
.../worker/util/common/worker/Operation.java | 3 +
.../worker/util/common/worker/ParDoOperation.java | 7 +-
.../worker/util/common/worker/ReadOperation.java | 3 +
.../worker/util/common/worker/WorkExecutor.java | 3 +
.../worker/util/common/worker/WriteOperation.java | 3 +
.../worker/IntrinsicMapTaskExecutorTest.java | 12 ++
.../worker/StreamingDataflowWorkerTest.java | 4 +-
.../worker/StreamingModeExecutionContextTest.java | 18 +-
.../worker/WindmillReaderIteratorBaseTest.java | 60 +++++-
.../dataflow/worker/WorkerCustomSourcesTest.java | 26 ++-
.../util/common/worker/ExecutorTestUtils.java | 3 +
.../util/common/worker/MapTaskExecutorTest.java | 12 ++
.../util/common/worker/ParDoOperationTest.java | 2 +
sdks/go.mod | 91 +++++----
sdks/go.sum | 210 ++++++++++-----------
.../beam/runners/prism/internal/environments.go | 93 +++++----
.../action/HeartbeatRecordAction.java | 2 +-
.../action/HeartbeatRecordActionTest.java | 4 +-
.../apache_beam/runners/dataflow/internal/names.py | 2 +-
.../apache_beam/runners/worker/data_plane.py | 60 +++++-
sdks/python/apache_beam/yaml/standard_io.yaml | 1 +
.../apache_beam/yaml/standard_providers.yaml | 1 +
sdks/python/apache_beam/yaml/tests/match_all.yaml | 96 ++++++++++
sdks/python/apache_beam/yaml/yaml_io.py | 57 ++++++
sdks/python/apache_beam/yaml/yaml_io_test.py | 118 ++++++++++++
.../python/apache_beam/yaml/yaml_transform_test.py | 2 +-
sdks/python/pyproject.toml | 2 +-
website/www/site/static/.htaccess | 14 --
53 files changed, 737 insertions(+), 291 deletions(-)
create mode 100644 sdks/python/apache_beam/yaml/tests/match_all.yaml