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/tetratelabs/wazero-1.5.0
in repository https://gitbox.apache.org/repos/asf/beam.git


    omit 12ff1c022ff Bump github.com/tetratelabs/wazero from 1.4.0 to 1.5.0 in 
/sdks
     add bc7655d7dfe Fix Bigquery read when selected_fields is used with beam 
rows output.
     add 9ace69a3956 Add some tests.
     add fdf3dfc57b9 Merge pull request #28153 Fix Bigquery read when 
selected_fields is used with beam rows output.
     add db23583d022 [#28126] plumb coder errors with better context. (#28164)
     add e26735d69f0 connect err (#28170)
     add 505f9421387 Fix flaky test StreamingDataflowWorkerTest (#28173)
     add 45ea758b615 [yaml] yaml_transform.py unit tests python - PR 3/3 
(#27356)
     add 48da8720a42 Add MLTransform IT test (#27620)
     add 252c713e9f8 Shell out to model handlers to collect byte sizes (#28182)
     add 2d5aced0126 [prism] Add a debugz page to standalone web ui. (#28183)
     add 39bafd2ee1d Bump github.com/proullon/ramsql from 0.0.1 to 0.1.2 in 
/sdks (#28180)
     add 93cbcd027c6 Bump github.com/tetratelabs/wazero from 1.4.0 to 1.5.0 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   (12ff1c022ff)
            \
             N -- N -- N   
refs/heads/dependabot/go_modules/sdks/github.com/tetratelabs/wazero-1.5.0 
(93cbcd027c6)

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:
 .../dataflow/worker/util/BoundedQueueExecutor.java |  24 +-
 .../worker/StreamingDataflowWorkerTest.java        |  49 +-
 sdks/go.mod                                        |   6 +-
 sdks/go.sum                                        |  23 +-
 sdks/go/pkg/beam/runners/prism/internal/coders.go  |  32 +-
 .../pkg/beam/runners/prism/internal/coders_test.go |   6 +-
 .../prism/internal/engine/elementmanager.go        |  14 +-
 sdks/go/pkg/beam/runners/prism/internal/execute.go |  14 +-
 .../beam/runners/prism/internal/handlerunner.go    |  15 +-
 sdks/go/pkg/beam/runners/prism/internal/stage.go   |  19 +-
 .../runners/prism/internal/web/assets/style.css    |  20 +
 .../pkg/beam/runners/prism/internal/web/debugz.go  | 150 ++++
 .../prism/internal/web/{index.html => debugz.html} |  15 +-
 .../pkg/beam/runners/prism/internal/web/index.html |   3 +
 sdks/go/pkg/beam/runners/prism/internal/web/web.go |  17 +-
 .../beam/runners/prism/internal/worker/worker.go   |  14 +-
 .../runners/prism/internal/worker/worker_test.go   |  13 +-
 .../apache_beam/examples/ml_transform}/__init__.py |   0
 .../examples/ml_transform/ml_transform_basic.py    |   1 -
 .../examples/ml_transform/ml_transform_it_test.py  | 106 +++
 .../ml_transform/vocab_tfidf_processing.py         | 190 +++++
 sdks/python/apache_beam/io/gcp/bigquery.py         |  12 +-
 .../apache_beam/io/gcp/bigquery_read_it_test.py    |  13 +
 .../apache_beam/io/gcp/bigquery_schema_tools.py    |  20 +-
 .../io/gcp/bigquery_schema_tools_test.py           |  15 +
 sdks/python/apache_beam/ml/inference/base.py       |  16 +-
 sdks/python/apache_beam/ml/inference/base_test.py  |  25 +
 .../benchmarks/cloudml/cloudml_benchmark_test.py   |   1 -
 sdks/python/apache_beam/yaml/yaml_transform.py     |  14 +-
 .../apache_beam/yaml/yaml_transform_unit_test.py   | 854 ++++++++++++++++++++-
 30 files changed, 1583 insertions(+), 118 deletions(-)
 create mode 100644 sdks/go/pkg/beam/runners/prism/internal/web/debugz.go
 copy sdks/go/pkg/beam/runners/prism/internal/web/{index.html => debugz.html} 
(75%)
 copy {examples/notebooks/notebook_test_scripts => 
sdks/python/apache_beam/examples/ml_transform}/__init__.py (100%)
 create mode 100644 
sdks/python/apache_beam/examples/ml_transform/ml_transform_it_test.py
 create mode 100644 
sdks/python/apache_beam/examples/ml_transform/vocab_tfidf_processing.py

Reply via email to