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-3
in repository https://gitbox.apache.org/repos/asf/beam.git
omit a93a6429b9b Bump actions/upload-artifact from 2 to 3
add 6de9565fdcd [Java][Schemas] Improve performance of
GetterBasedSchemaProvider#fromRowFunction (closes #27533) (#27534)
add 63f419726dc Add word count to BagOfWords (#28203)
add 00136b112bc Update KeyMhMapping to KeyModelMapping (#28209)
add 45998db60e9 beam metrics publish job (#28220)
add d616fc2cdcb [Go] Exclude "TestFhirIO.*" from Go PostCommit Dataflow
ARM test suite (#28215)
add 5ccee16106c Add GitHub Workflow Replacement for Jenkins
job_PreCommit_Java_Examples_Dataflow_Java17 (#28082)
new ca03cbb58b4 Bump actions/upload-artifact from 2 to 3
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 (a93a6429b9b)
\
N -- N -- N
refs/heads/dependabot/github_actions/actions/upload-artifact-3 (ca03cbb58b4)
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 1 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/workflows/README.md | 2 +
...yml => beam_PostCommit_BeamMetrics_Publish.yml} | 65 ++---
...am_PreCommit_Java_Examples_Dataflow_Java17.yml} | 57 ++--
sdks/go/test/integration/integration.go | 9 +-
.../beam/sdk/schemas/FromRowUsingCreator.java | 320 ++++++++++++---------
.../pytorch_model_per_key_image_segmentation.py | 4 +-
sdks/python/apache_beam/ml/inference/base.py | 17 +-
sdks/python/apache_beam/ml/inference/base_test.py | 62 ++--
sdks/python/apache_beam/ml/transforms/tft.py | 27 +-
sdks/python/apache_beam/ml/transforms/tft_test.py | 33 +++
10 files changed, 353 insertions(+), 243 deletions(-)
copy .github/workflows/{beam_PreCommit_Go.yml =>
beam_PostCommit_BeamMetrics_Publish.yml} (68%)
copy .github/workflows/{beam_PreCommit_SQL_Java17.yml =>
beam_PreCommit_Java_Examples_Dataflow_Java17.yml} (69%)