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


 discard 2c5b0afb828 Bump cloud.google.com/go/pubsub from 1.41.0 to 1.42.0 in 
/sdks
     add 228554b7319 Bump google.golang.org/api from 0.191.0 to 0.192.0 in 
/sdks (#32175)
     add 8601bbaed8d Bump github.com/tetratelabs/wazero from 1.7.3 to 1.8.0 in 
/sdks (#32193)
     add 3fb4fd0f6ea Bump github.com/aws/aws-sdk-go-v2/feature/s3/manager in 
/sdks (#32266)
     add 917e99670ed Add ErrorHandler pattern to Python.
     add c4be92fd769 Add with_error_handler to ParDo (Map, FlatMap, etc.)
     add 34e28f396ea Add collecting error handler.
     add b69f4d8eb45 Add test stanza and other lint fixes.
     add daf28cdf979 Fix typo.
     add 5141f14503d Fix typo.
     add 049e4b3b6b9 Merge branch 'master' into error-handler
     add 36e5eff40af Add test of with_exception_handling side effects.
     add b3a874f4766 Merge pull request #31856 Add ErrorHandler DLQ API to 
Python.
     add 3bf24217c79 [Managed Iceberg] Support BigQuery Metastore catalog 
(#32242)
     add a0e4541f0f8 Allow setting BigQuery endpoint (#32153)
     add b873be8bdb9 Add timeout to runinference (#32237)
     add c3432b73f4e Bump github.com/testcontainers/testcontainers-go in /sdks 
(#32267)
     add f3181143816 Bump cloud.google.com/go/pubsub from 1.41.0 to 1.42.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   (2c5b0afb828)
            \
             N -- N -- N   
refs/heads/dependabot/go_modules/sdks/cloud.google.com/go/pubsub-1.42.0 
(f3181143816)

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:
 .../IO_Iceberg_Integration_Tests.json              |   2 +-
 CHANGES.md                                         |  22 +-
 sdks/go.mod                                        |  18 +-
 sdks/go.sum                                        |  32 ++-
 sdks/java/io/expansion-service/build.gradle        |   2 +
 sdks/java/io/google-cloud-platform/build.gradle    |   1 +
 .../beam/sdk/io/gcp/bigquery/BigQueryOptions.java  |  10 +
 .../sdk/io/gcp/bigquery/BigQueryServicesImpl.java  |  64 +++++-
 .../io/gcp/bigquery/BigQueryServicesImplTest.java  |  27 +++
 .../iceberg-bigquery-catalog-1.5.2-0.1.0.jar       | Bin 0 -> 3598768 bytes
 .../iceberg/bigquerymetastore}/build.gradle        |  22 +-
 sdks/java/io/iceberg/build.gradle                  |   6 +
 .../io/iceberg/BigQueryMetastoreCatalogIT.java}    | 104 +++++-----
 sdks/python/apache_beam/ml/inference/base.py       | 222 +++++++++++++++++++--
 sdks/python/apache_beam/ml/inference/base_test.py  | 216 ++++++++++++++++++++
 sdks/python/apache_beam/pipeline.py                |   7 +
 sdks/python/apache_beam/transforms/core.py         |  23 ++-
 .../apache_beam/transforms/error_handling.py       | 126 ++++++++++++
 .../apache_beam/transforms/error_handling_test.py  | 148 ++++++++++++++
 settings.gradle.kts                                |   2 +
 20 files changed, 920 insertions(+), 134 deletions(-)
 create mode 100644 
sdks/java/io/iceberg/bigquerymetastore/bqms-catalog/iceberg-bigquery-catalog-1.5.2-0.1.0.jar
 copy sdks/java/{extensions/sql/udf-test-provider => 
io/iceberg/bigquerymetastore}/build.gradle (57%)
 copy 
sdks/java/io/iceberg/{hive/src/test/java/org/apache/beam/sdk/io/iceberg/hive/IcebergHiveCatalogIT.java
 => 
src/test/java/org/apache/beam/sdk/io/iceberg/BigQueryMetastoreCatalogIT.java} 
(75%)
 create mode 100644 sdks/python/apache_beam/transforms/error_handling.py
 create mode 100644 sdks/python/apache_beam/transforms/error_handling_test.py

Reply via email to