You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by gi...@apache.org on 2023/08/29 15:19:01 UTC

[beam] branch dependabot/github_actions/actions/upload-artifact-3 updated (0ea1f5b9b93 -> 627fc3894b2)

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 0ea1f5b9b93 Bump actions/upload-artifact from 2 to 3
     add 235b7f955be add bullet points to SDK list on home page (resolves #22307)
     add 9989e632210 Merge pull request #28163:  add bullet points to SDK list on home page
     add 98da8506952 [release automation] Add documentation building job to build_release_candidate.yml workflow (#28136)
     add e98bbfd367b Add Vertex AI RunInference Notebook (#28160)
     add 0ab1e58146e Revert "Bump github.com/proullon/ramsql from 0.0.1 to 0.1.1 in /sdks (#28089)" (#28165)
     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 687ed79f1f7 [#28187][prism] worker shutdown, cleanup, log fail, port spec, grpc recv size (#28184)
     add 33aa34f819c Fix a bug that maxConnections is Short in config but read  back as Integer (#28174)
     add b4bec8c9b06 add to style guide
     add a0d7e53240b Merge pull request #28148: Add PTransform Design Doc to website
     add 6e00a27edcc Bump github.com/tetratelabs/wazero from 1.4.0 to 1.5.0 in /sdks (#28154)
     add f0c0685dbe0 Update ttypescript version. (#28133)
     add c8f3b51cec1 Fix ConcurrentModificationException in OutputSampler
     add 1eda6dbfcf8 Merge pull request #28150: Fix ConcurrentModificationException in OutputSampler
     add c416f4f6f28 Add per key inference integration test (#28026)
     add 10e1480081c fix: fix a race condition in BigtableService cache (#28122)
     add 770a4f8b355 Add GitHub Workflow Replacement for Jenkins job_PreCommit_Java_File-schema-transform_IO_Direct (#28119)
     add 627fc3894b2 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   (0ea1f5b9b93)
            \
             N -- N -- N   refs/heads/dependabot/github_actions/actions/upload-artifact-3 (627fc3894b2)

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/workflows/README.md                        |   1 +
 ...ommit_Java_File-schema-transform_IO_Direct.yml} |  21 +-
 .github/workflows/build_release_candidate.yml      | 112 +++
 .../beam-ml/run_inference_vertex_ai.ipynb          | 396 ++++++++++
 .../dataflow/worker/util/BoundedQueueExecutor.java |  24 +-
 .../worker/StreamingDataflowWorkerTest.java        |  49 +-
 sdks/go.mod                                        |   4 +-
 sdks/go.sum                                        |   8 +-
 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 |  24 +-
 .../beam/runners/prism/internal/handlerunner.go    |  15 +-
 .../beam/runners/prism/internal/jobservices/job.go |   1 +
 .../runners/prism/internal/jobservices/server.go   |   3 +-
 .../pkg/beam/runners/prism/internal/preprocess.go  |   2 +-
 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   |  32 +-
 .../runners/prism/internal/worker/worker_test.go   |  13 +-
 .../beam/fn/harness/debug/OutputSampler.java       |  12 +-
 .../beam/fn/harness/debug/OutputSamplerTest.java   |   8 +-
 .../io/gcp/bigtable/BigtableServiceFactory.java    |  43 +-
 .../beam/sdk/io/jdbc/JdbcSchemaIOProvider.java     |   5 +-
 .../beam/sdk/io/jdbc/JdbcSchemaIOProviderTest.java |  44 +-
 .../apache_beam/examples/inference/README.md       |  56 ++
 ...=> pytorch_model_per_key_image_segmentation.py} | 111 ++-
 .../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 +
 .../ml/inference/pytorch_inference_it_test.py      |  48 ++
 .../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 ++++++++++++++++++++-
 sdks/typescript/package-lock.json                  |  14 +-
 sdks/typescript/package.json                       |   2 +-
 .../en/contribute/ptransform-style-guide.md        |   1 +
 .../site/content/en/contribute/release-guide.md    |   5 +-
 .../layouts/shortcodes/documentation/sdks.html     |  11 +-
 50 files changed, 2410 insertions(+), 198 deletions(-)
 copy .github/workflows/{beam_PreCommit_Java_Amqp_IO_Direct.yml => beam_PreCommit_Java_File-schema-transform_IO_Direct.yml} (79%)
 create mode 100644 examples/notebooks/beam-ml/run_inference_vertex_ai.ipynb
 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 sdks/python/apache_beam/examples/inference/{pytorch_image_segmentation.py => pytorch_model_per_key_image_segmentation.py} (62%)
 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