This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/go_modules/sdks/github.com/aws/aws-sdk-go-v2/feature/s3/manager-1.17.23
in repository https://gitbox.apache.org/repos/asf/beam.git


    omit de5fb07957c Bump github.com/aws/aws-sdk-go-v2/feature/s3/manager in 
/sdks
     add c3be9f096f0 Add RowFilter utility (#32366)
     add 97cb452e4b9 Vllm model handler (#32410)
     add cfcccbb4718 Bump github.com/aws/aws-sdk-go-v2/credentials in /sdks 
(#32542)
     add d312e959fa0 Bump com.pswidersk.terraform-plugin from 1.0.0 to 1.1.1 
(#32541)
     add 34e14ebbbd8 Bump github.com/aws/aws-sdk-go-v2/feature/s3/manager in 
/sdks

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   (de5fb07957c)
            \
             N -- N -- N   
refs/heads/dependabot/go_modules/sdks/github.com/aws/aws-sdk-go-v2/feature/s3/manager-1.17.23
 (34e14ebbbd8)

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:
 .github/trigger_files/beam_PostCommit_Python.json  |   4 +-
 CHANGES.md                                         |  15 +-
 build.gradle.kts                                   |   1 +
 learning/tour-of-beam/terraform/build.gradle.kts   |   2 +-
 playground/terraform/build.gradle.kts              |   2 +-
 .../java/org/apache/beam/sdk/util/RowFilter.java   | 423 +++++++++++++++++++++
 .../org/apache/beam/sdk/util/RowFilterTest.java    | 353 +++++++++++++++++
 .../apache_beam/examples/inference/README.md       |  80 ++++
 .../examples/inference/vllm_text_completion.py     | 162 ++++++++
 .../ml/inference/test_resources/vllm.dockerfile    |  47 +++
 .../apache_beam/ml/inference/vllm_inference.py     | 312 +++++++++++++++
 sdks/python/setup.py                               |   1 +
 sdks/python/test-suites/dataflow/common.gradle     |  39 ++
 13 files changed, 1424 insertions(+), 17 deletions(-)
 create mode 100644 
sdks/java/core/src/main/java/org/apache/beam/sdk/util/RowFilter.java
 create mode 100644 
sdks/java/core/src/test/java/org/apache/beam/sdk/util/RowFilterTest.java
 create mode 100644 
sdks/python/apache_beam/examples/inference/vllm_text_completion.py
 create mode 100644 
sdks/python/apache_beam/ml/inference/test_resources/vllm.dockerfile
 create mode 100644 sdks/python/apache_beam/ml/inference/vllm_inference.py

Reply via email to