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 2024/03/26 03:54:15 UTC

(beam) branch nightly-refs/heads/master updated (ae9eb5ffcd1 -> c8ad120bde8)

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

github-bot pushed a change to branch nightly-refs/heads/master
in repository https://gitbox.apache.org/repos/asf/beam.git


    from ae9eb5ffcd1 revert codecov action to v3 (#30723)
     add 7439438fb03 Issue 30524 fix (#30725)
     add 65c3e8ec401 add finalizer removeal to postcommit java singlestoreio it (#30732)
     add e067ed216bb Beam 2.55.0 website updates (#30607)
     add 65344d46700 [Docs] Add Vertex AI Feature Store enrichment notebook (#30689)
     add 6403d4f1a9f Update Python Dependencies (#30727)
     add ea7a27daf85 Bump cloud.google.com/go/bigtable from 1.21.0 to 1.22.0 in /sdks (#30713)
     add c8ad120bde8 Fix all tour examples from part 1 (#30478)

No new revisions were added by this update.

Summary of changes:
 .github/actions/setup-k8s-access/action.yml        |    8 +-
 .../beam_PerformanceTests_SingleStoreIO.yml        |    1 +
 .../beam_PostCommit_Java_SingleStoreIO_IT.yml      |    1 +
 .../kubernetes/singlestore/sdb-operator.yaml       |    2 +-
 CHANGES.md                                         |   13 +-
 examples/notebooks/beam-ml/README.md               |    5 +
 .../vertex_ai_feature_store_enrichment.ipynb       | 2502 ++++++++++++++++++++
 .../aggregation/count/go-example/main.go           |    4 +-
 .../aggregation/max/go-example/main.go             |   41 +-
 .../aggregation/mean/go-example/main.go            |   40 +-
 .../aggregation/min/go-example/main.go             |   40 +-
 .../aggregation/sum/go-example/main.go             |    4 +-
 .../common-transforms/filter/go-example/main.go    |   44 +-
 .../motivating-challenge/go-challenge/main.go      |    8 +-
 .../motivating-challenge/go-solution/main.go       |    8 +-
 .../from-memory/go-example/from_memory.go          |   36 +-
 .../reading-from-csv/go-example/csvExample.go      |   73 +-
 .../reading-from-text/go-example/textIo.go         |   83 +-
 .../creating-pipeline/go-example/main.go           |   34 +-
 .../setting-pipeline/go-example/main.go            |   60 +-
 sdks/go.mod                                        |   16 +-
 sdks/go.sum                                        |   24 +-
 .../container/py310/base_image_requirements.txt    |   16 +-
 .../container/py311/base_image_requirements.txt    |   14 +-
 .../container/py38/base_image_requirements.txt     |   20 +-
 .../container/py39/base_image_requirements.txt     |   18 +-
 website/www/site/config.toml                       |    2 +-
 website/www/site/content/en/blog/beam-2.55.0.md    |  180 ++
 .../www/site/content/en/get-started/downloads.md   |   14 +-
 29 files changed, 3017 insertions(+), 294 deletions(-)
 create mode 100644 examples/notebooks/beam-ml/vertex_ai_feature_store_enrichment.ipynb
 create mode 100644 website/www/site/content/en/blog/beam-2.55.0.md