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

github-bot pushed a change to branch 
dependabot/go_modules/sdks/cloud.google.com/go/storage-1.57.2
in repository https://gitbox.apache.org/repos/asf/beam.git


 discard 188dd3beaf0 Bump cloud.google.com/go/storage from 1.57.1 to 1.57.2 in 
/sdks
     add 8ef3a2446bc Change KafkaIO to default to offset-based deduplication 
when redistribute is enabled for Dataflow java runner. (#36849)
     add 3d5d04b9f39 Enable some advanced state validates runner tests for 
dataflow legacy and v2. (#36808)
     add b0b67bf0796 Bump github.com/aws/aws-sdk-go-v2/service/s3 in /sdks 
(#36872)
     add 62ffc638bcb Fix DROP IF NOT EXISTS statement
     add 4970cba9482 Merge pull request #36863: Fix DROP IF NOT EXISTS statement
     add 7f499788a40 Add Iceberg Schema Support for PassThroughLogicalType 
(#36870)
     add b20ccbfe3ef [2/3] sdks/python: sink data with Milvus Search I/O 
connector  (#36729)
     add 6d94d5c00ee Bump github.com/aws/aws-sdk-go-v2/feature/s3/manager in 
/sdks (#36882)
     add a83b1c4bccc Bump cloud.google.com/go/storage from 1.57.1 to 1.57.2 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   (188dd3beaf0)
            \
             N -- N -- N   
refs/heads/dependabot/go_modules/sdks/cloud.google.com/go/storage-1.57.2 
(a83b1c4bccc)

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:
 ...m_PostCommit_Java_ValidatesRunner_Dataflow.json |   5 +-
 ...it_Java_ValidatesRunner_Dataflow_Streaming.json |   7 +-
 ...ostCommit_Java_ValidatesRunner_Dataflow_V2.json |   7 +-
 ...Java_ValidatesRunner_Dataflow_V2_Streaming.json |   5 +-
 CHANGES.md                                         |   2 +
 runners/google-cloud-dataflow-java/build.gradle    |   9 +-
 .../beam/runners/dataflow/DataflowRunner.java      |   4 +
 .../KafkaReadWithRedistributeOverride.java         |  75 +++
 .../KafkaReadWithRedistributeOverrideTest.java     | 133 +++++
 sdks/go.mod                                        |  10 +-
 sdks/go.sum                                        |  20 +-
 .../beam/sdk/schemas/logicaltypes/SqlTypes.java    |   4 +
 .../extensions/sql/impl/parser/SqlDropObject.java  |   6 +-
 .../apache/beam/sdk/io/iceberg/IcebergUtils.java   |  16 +-
 .../beam/sdk/io/iceberg/IcebergUtilsTest.java      | 103 ++++
 .../apache_beam/ml/rag/ingestion/milvus_search.py  | 346 +++++++++++
 .../ml/rag/ingestion/milvus_search_it_test.py      | 635 +++++++++++++++++++++
 .../ml/rag/ingestion/milvus_search_test.py         | 123 ++++
 .../ml/rag/ingestion/postgres_common.py            |  37 ++
 19 files changed, 1504 insertions(+), 43 deletions(-)
 create mode 100644 
runners/google-cloud-dataflow-java/src/main/java/org/apache/beam/runners/dataflow/KafkaReadWithRedistributeOverride.java
 create mode 100644 
runners/google-cloud-dataflow-java/src/test/java/org/apache/beam/runners/dataflow/KafkaReadWithRedistributeOverrideTest.java
 create mode 100644 sdks/python/apache_beam/ml/rag/ingestion/milvus_search.py
 create mode 100644 
sdks/python/apache_beam/ml/rag/ingestion/milvus_search_it_test.py
 create mode 100644 
sdks/python/apache_beam/ml/rag/ingestion/milvus_search_test.py

Reply via email to