This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/github_actions/actions/upload-artifact-5
in repository https://gitbox.apache.org/repos/asf/beam.git
discard 6470ba5b108 Bump actions/upload-artifact from 4 to 5
add fe07fe76709 Fix test expectations which appear to fail with
differences in generated proto classes (#36680)
add 1e51a886f5c Free disk space for snapshot job and use correct
requirements file (#36681)
add 79229c1e0fa Update Beam version for republish released docker
containers workflow
add 8295cfb28fe Merge pull request #36664 from apache/update-republish
add 6b4dc555a24 Add spannerio vector writer. (#36654)
add 01e1cf6893e [Prism] Fix data race while accesing processing time queue
(#36672)
add 330ba8b14c1 Bump actions/setup-node from 5 to 6 (#36589)
add 158e55bd75a Bump github.com/aws/aws-sdk-go-v2/service/s3 in /sdks
(#36691)
add eba04b2a567 Bump github.com/aws/aws-sdk-go-v2/config in /sdks (#36693)
add d90b4e83017 Use vLLM extra to generate GPU requirements files (#36420)
add d46a0135966 Merge pull request #36425 from
reuvenlax/fix_reverse_f_issue
add 26bf1b899dc Update beam-master images for python sdks (#36699)
add 735864d4d5c Update Python Dependencies (#36701)
add 8e0a449aad2 Use JDK 21 and Go 1.25 for Playground CI (#36700)
add 840462b109a Fix PreCommit Java IO Direct Job (#36696)
add f774df0e6af Bump github.com/aws/aws-sdk-go-v2/feature/s3/manager in
/sdks (#36706)
add 093084a015a Install yaml extra when running yaml tests (#36707)
add 40e2b0d01f2 Only log Kafka commit failures as warning every 10m and if
failing for > 10m. (#36685)
add 6e76f546a65 Bump actions/upload-artifact from 4 to 5
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 (6470ba5b108)
\
N -- N -- N
refs/heads/dependabot/github_actions/actions/upload-artifact-5 (6e76f546a65)
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_Xlang_Gcp_Direct.json | 2 +-
.github/workflows/beam_Playground_CI_Nightly.yml | 7 +-
.../beam_PostCommit_Yaml_Xlang_Direct.yml | 2 +-
.../workflows/beam_PreCommit_Java_IOs_Direct.yml | 2 +
.../workflows/beam_PreCommit_Yaml_Xlang_Direct.yml | 4 +-
.../workflows/beam_Publish_Beam_SDK_Snapshots.yml | 2 +
.github/workflows/build_release_candidate.yml | 2 +-
.github/workflows/pr-bot-new-prs.yml | 2 +-
.github/workflows/pr-bot-pr-updates.yml | 2 +-
.github/workflows/pr-bot-prs-needing-attention.yml | 2 +-
.github/workflows/reportGenerator.yml | 2 +-
.../republish_released_docker_containers.yml | 2 +-
.github/workflows/typescript_tests.yml | 6 +-
.github/workflows/update_python_dependencies.yml | 3 +-
.test-infra/mock-apis/go.mod | 4 +-
build.gradle.kts | 2 +-
playground/backend/containers/go/Dockerfile | 2 +-
playground/backend/containers/go/build.gradle | 2 +-
runners/prism/java/build.gradle | 2 +-
sdks/go.mod | 30 +-
sdks/go.sum | 60 +-
.../prism/internal/engine/elementmanager.go | 43 +-
.../runners/prism/internal/engine/teststream.go | 2 +-
sdks/java/extensions/kafka-factories/build.gradle | 5 +-
.../src/test/proto/proto3_schema_messages.proto | 47 +-
.../harness/control/ProcessBundleHandlerTest.java | 43 +-
.../beam/sdk/io/gcp/bigquery/AppendClientInfo.java | 1 +
.../beam/sdk/io/gcp/bigquery/BigQueryIO.java | 109 ++-
.../sdk/io/gcp/bigquery/BigQueryIOTranslation.java | 5 +-
.../beam/sdk/io/gcp/bigquery/BigQueryUtils.java | 47 +-
.../beam/sdk/io/gcp/bigquery/RowWriterFactory.java | 20 +-
.../StorageApiDynamicDestinationsBeamRow.java | 13 +-
...StorageApiDynamicDestinationsGenericRecord.java | 7 +-
.../StorageApiDynamicDestinationsProto.java | 19 +-
.../StorageApiDynamicDestinationsTableRow.java | 15 +-
.../bigquery/StorageApiWriteUnshardedRecords.java | 12 +-
.../io/gcp/bigquery/TableRowToStorageApiProto.java | 905 +++++++++++++++------
.../sdk/io/gcp/testing/FakeDatasetService.java | 7 +
.../sdk/io/gcp/bigquery/BigQueryIOWriteTest.java | 544 ++++++++++++-
.../gcp/bigquery/TableRowToStorageApiProtoIT.java | 170 ++++
.../bigquery/TableRowToStorageApiProtoTest.java | 423 ++++++++--
.../beam/sdk/io/kafka/KafkaUnboundedReader.java | 22 +-
.../python/apache_beam/ml/rag/ingestion/spanner.py | 646 +++++++++++++++
.../ml/rag/ingestion/spanner_it_test.py | 601 ++++++++++++++
.../apache_beam/runners/dataflow/internal/names.py | 2 +-
sdks/python/container/common.gradle | 23 +-
.../container/ml/py310/base_image_requirements.txt | 210 +++--
...requirements.txt => gpu_image_requirements.txt} | 130 ++-
.../container/ml/py311/base_image_requirements.txt | 210 +++--
...requirements.txt => gpu_image_requirements.txt} | 132 ++-
.../container/ml/py312/base_image_requirements.txt | 209 +++--
...requirements.txt => gpu_image_requirements.txt} | 134 ++-
.../container/ml/py313/base_image_requirements.txt | 89 +-
.../container/ml/py313/ml_image_requirements.txt | 225 -----
.../container/ml/py39/base_image_requirements.txt | 188 ++---
.../container/ml/py39/ml_image_requirements.txt | 233 ------
.../container/py310/base_image_requirements.txt | 48 +-
.../container/py311/base_image_requirements.txt | 50 +-
.../container/py312/base_image_requirements.txt | 50 +-
.../container/py313/base_image_requirements.txt | 55 +-
.../container/py39/base_image_requirements.txt | 44 +-
sdks/python/container/run_generate_requirements.sh | 12 +-
63 files changed, 4200 insertions(+), 1694 deletions(-)
create mode 100644 sdks/python/apache_beam/ml/rag/ingestion/spanner.py
create mode 100644 sdks/python/apache_beam/ml/rag/ingestion/spanner_it_test.py
rename sdks/python/container/ml/py310/{ml_image_requirements.txt =>
gpu_image_requirements.txt} (68%)
rename sdks/python/container/ml/py311/{ml_image_requirements.txt =>
gpu_image_requirements.txt} (68%)
rename sdks/python/container/ml/py312/{ml_image_requirements.txt =>
gpu_image_requirements.txt} (67%)
delete mode 100644 sdks/python/container/ml/py313/ml_image_requirements.txt
delete mode 100644 sdks/python/container/ml/py39/ml_image_requirements.txt