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

tvalentyn pushed a change to branch tvalentyn/grpc-latest
in repository https://gitbox.apache.org/repos/asf/beam.git


    omit 53eabb58301 Attempt to unpin GRPC.
     add 87db35637a6 Add "return []" to PGBK to silence warning (#36535)
     add 2b666dacf47 test(bigquery): skip geography test when expansion jars 
not available (#36555)
     add d4b841caa94 Update changes.md with pickler changes. (#36558)
     add 9030ba8074c test(bigquery): mock client in geography type support 
tests (#36559)
     add af748d07a1a Update Python Dependencies (#36560)
     add 1bf56295bc9 Fix publishing of ml/distroless images (#36548)
     add 07b321e5811 Fix unsafe container cleanup that could delete images from 
other runs (#36547)
     add e081879a78f Fix BigQueryIO File load validate runtime value provider 
(#36564)
     add ee48e713282 [3/3] sdks/python: enrich data with Milvus Search [Vector, 
Keyword, Hybrid] (#35467)
     add f8901e3a4c5 Update the release notes. (#36566)
     add 15e8f98fed6 Fix dependency version (#36568)
     add d0d0cd8c2f1 Revert "Add GRPC experiments to Python dockerfile 
(#36525)" (#36572)
     new 4c4a905f5e9 Attempt to unpin GRPC.

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   (53eabb58301)
            \
             N -- N -- N   refs/heads/tvalentyn/grpc-latest (4c4a905f5e9)

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:
 .../workflows/beam_Publish_Beam_SDK_Snapshots.yml  |    5 +
 .github/workflows/build_release_candidate.yml      |   18 +-
 .../republish_released_docker_containers.yml       |   18 +-
 CHANGES.md                                         |   24 +-
 .../beam-ml/milvus_enrichment_transform.ipynb      | 2657 ++++++++++++++++++++
 .../beam/sdk/io/gcp/bigquery/BatchLoads.java       |    7 +-
 .../sdk/io/gcp/bigquery/BigQueryIOWriteTest.java   |    2 +
 .../snippets/transforms/elementwise/enrichment.py  |   77 +-
 .../transforms/elementwise/enrichment_test.py      |  169 +-
 .../io/gcp/bigquery_geography_it_test.py           |    6 +-
 .../apache_beam/io/gcp/bigquery_tools_test.py      |    4 +-
 .../ml/rag/enrichment/milvus_search_it_test.py     |   24 +-
 sdks/python/apache_beam/transforms/combiners.py    |    1 +
 sdks/python/container/Dockerfile                   |    5 -
 sdks/python/container/build.gradle                 |    8 +-
 sdks/python/container/ml/common.gradle             |    2 +-
 .../ml/{py313 => py310}/ml_image_requirements.txt  |  104 +-
 .../ml/{py313 => py311}/ml_image_requirements.txt  |   97 +-
 .../ml/{py313 => py312}/ml_image_requirements.txt  |   96 +-
 .../container/ml/py313/ml_image_requirements.txt   |   86 +-
 .../ml/{py313 => py39}/ml_image_requirements.txt   |  112 +-
 .../container/py310/base_image_requirements.txt    |   74 +-
 .../container/py311/base_image_requirements.txt    |   72 +-
 .../container/py312/base_image_requirements.txt    |   72 +-
 .../container/py313/base_image_requirements.txt    |   78 +-
 .../container/py39/base_image_requirements.txt     |   68 +-
 sdks/python/container/run_validatescontainer.sh    |   16 +-
 .../python/elementwise/enrichment-cloudsql.md      |    4 +-
 .../python/elementwise/enrichment-milvus.md        |   65 +
 .../transforms/python/elementwise/enrichment.md    |    3 +-
 .../partials/section-menu/en/documentation.html    |    1 +
 31 files changed, 3468 insertions(+), 507 deletions(-)
 create mode 100644 examples/notebooks/beam-ml/milvus_enrichment_transform.ipynb
 copy sdks/python/container/ml/{py313 => py310}/ml_image_requirements.txt (79%)
 copy sdks/python/container/ml/{py313 => py311}/ml_image_requirements.txt (80%)
 copy sdks/python/container/ml/{py313 => py312}/ml_image_requirements.txt (80%)
 copy sdks/python/container/ml/{py313 => py39}/ml_image_requirements.txt (77%)
 create mode 100644 
website/www/site/content/en/documentation/transforms/python/elementwise/enrichment-milvus.md

Reply via email to