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

github-bot pushed a change to branch 
dependabot/pip/sdks/python/apache_beam/examples/inference/anomaly_detection/anomaly_detection_pipeline/transformers-4.30.0
in repository https://gitbox.apache.org/repos/asf/beam.git


    omit 965b75211fb Bump transformers
     add 92e33e8e6a8 Bump google.golang.org/api from 0.126.0 to 0.127.0 in 
/sdks (#27112)
     add 1e49c512ac1 Merge pull request #26975: Add upsert and delete support 
to BigQueryIO
     add d998ba3475f Merge pull request #26849: add attribute support to 
writeAvros and writeProtos
     add 1db5fa5b143 Bump golang.org/x/oauth2 from 0.8.0 to 0.9.0 in /sdks 
(#27124)
     add 73f8900c5e6 Bump cryptography from 40.0.2 to 41.0.0 in 
/sdks/python/container/py37 (#26995)
     add 2f35838f695 Portable bundle manager in Samza Runner (#26475)
     add 0132967e751 Add OWNERS file for Samza Runner (#27130)
     add 0822ab49697 Initial implementation of QuotaEvent (#27078)
     add ba17f369e93 QuotaEvents for BigQuery
     add fc74d829653 Merge pull request #27132: QuotaEvents for BigQuery
     add 2bb05d3c038 Upgrade Node dependency to 14.x (#26988)
     add 5723b43af0a Bump actions/stale from 6 to 8 (#27111)
     add c5009375d5a Github Workflow Replacement for Jenkins Job, 
beam_PreCommit_Whitespace (Cron, Commit, Phrase) (#27099)
     add 80f7ecba472 Bump transformers (#27109)
     add edb8f2005e9 Bump transformers (#27107)
     new 6a066d96940 Bump transformers

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   (965b75211fb)
            \
             N -- N -- N   
refs/heads/dependabot/pip/sdks/python/apache_beam/examples/inference/anomaly_detection/anomaly_detection_pipeline/transformers-4.30.0
 (6a066d96940)

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:
 .github/workflows/beam_PreCommit_Whitespace.yml    |  53 ++++
 .github/workflows/stale.yml                        |   2 +-
 ...DefaultCoderCloudObjectTranslatorRegistrar.java |   2 +
 {.test-infra => runners/samza}/OWNERS              |   4 +-
 .../apache/beam/runners/samza/runtime/DoFnOp.java  |  21 +-
 .../samza/runtime/PortableBundleManager.java       | 201 ++++++++++++
 .../samza/runtime/PortableBundleManagerTest.java   | 178 +++++++++++
 sdks/go.mod                                        |  14 +-
 sdks/go.sum                                        |  28 +-
 .../jmh/logging/BeamFnLoggingClientBenchmark.java  |  18 ++
 .../fn/harness/logging/BeamFnLoggingClient.java    |   4 +-
 .../apache/beam/fn/harness/logging/QuotaEvent.java | 108 +++++++
 sdks/java/io/google-cloud-platform/build.gradle    |   1 +
 .../beam/sdk/io/gcp/bigquery/AppendClientInfo.java |  17 +-
 .../AvroGenericRecordToStorageApiProto.java        |  24 +-
 .../io/gcp/bigquery/BeamRowToStorageApiProto.java  |  18 +-
 .../bigquery/BigQueryCoderProviderRegistrar.java   |   4 +-
 .../beam/sdk/io/gcp/bigquery/BigQueryHelpers.java  |  19 ++
 .../beam/sdk/io/gcp/bigquery/BigQueryIO.java       | 111 ++++++-
 .../sdk/io/gcp/bigquery/BigQueryServicesImpl.java  |  50 ++-
 .../beam/sdk/io/gcp/bigquery/RowMutation.java      |  69 ++++
 .../io/gcp/bigquery/RowMutationInformation.java    |  46 +++
 .../beam/sdk/io/gcp/bigquery/StorageApiCDC.java}   |  26 +-
 .../io/gcp/bigquery/StorageApiConvertMessages.java |  26 +-
 .../bigquery/StorageApiDynamicDestinations.java    |   7 +-
 .../StorageApiDynamicDestinationsBeamRow.java      |  39 ++-
 ...StorageApiDynamicDestinationsGenericRecord.java |  38 ++-
 .../StorageApiDynamicDestinationsTableRow.java     |  40 ++-
 .../beam/sdk/io/gcp/bigquery/StorageApiLoads.java  |  26 +-
 .../StorageApiWriteRecordsInconsistent.java        |   8 +-
 .../bigquery/StorageApiWriteUnshardedRecords.java  |  62 +++-
 .../bigquery/StorageApiWritesShardedRecords.java   |   7 +-
 .../io/gcp/bigquery/TableRowToStorageApiProto.java | 106 +++++--
 .../beam/sdk/io/gcp/pubsub/ExternalWrite.java      |  14 +-
 .../sdk/io/gcp/pubsub/PreparePubsubWriteDoFn.java  |  12 +-
 .../apache/beam/sdk/io/gcp/pubsub/PubsubIO.java    |  63 +++-
 .../beam/sdk/io/gcp/testing/BigqueryClient.java    |   4 +
 .../sdk/io/gcp/testing/FakeDatasetService.java     | 100 +++++-
 .../beam/sdk/io/gcp/testing/TableContainer.java    | 120 ++++++-
 .../AvroGenericRecordToStorageApiProtoTest.java    |  43 ++-
 .../gcp/bigquery/BeamRowToStorageApiProtoTest.java |  34 +-
 .../sdk/io/gcp/bigquery/BigQueryIOWriteTest.java   | 353 +++++++++++++++++++++
 .../io/gcp/bigquery/StorageApiSinkRowUpdateIT.java | 161 ++++++++++
 .../bigquery/TableRowToStorageApiProtoTest.java    |  86 +++--
 .../large_language_modeling/requirements.txt       |   2 +-
 .../online_clustering/clustering_pipeline/setup.py |   2 +-
 .../container/py37/base_image_requirements.txt     |   2 +-
 website/Dockerfile                                 |   2 +-
 48 files changed, 2142 insertions(+), 233 deletions(-)
 create mode 100644 .github/workflows/beam_PreCommit_Whitespace.yml
 copy {.test-infra => runners/samza}/OWNERS (61%)
 create mode 100644 
runners/samza/src/main/java/org/apache/beam/runners/samza/runtime/PortableBundleManager.java
 create mode 100644 
runners/samza/src/test/java/org/apache/beam/runners/samza/runtime/PortableBundleManagerTest.java
 create mode 100644 
sdks/java/harness/src/main/java/org/apache/beam/fn/harness/logging/QuotaEvent.java
 create mode 100644 
sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigquery/RowMutation.java
 create mode 100644 
sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigquery/RowMutationInformation.java
 copy 
sdks/java/{extensions/sql/perf-tests/src/test/java/org/apache/beam/sdk/extensions/sql/meta/provider/bigquery/BigQueryPerfTableProvider.java
 => 
io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigquery/StorageApiCDC.java}
 (70%)
 create mode 100644 
sdks/java/io/google-cloud-platform/src/test/java/org/apache/beam/sdk/io/gcp/bigquery/StorageApiSinkRowUpdateIT.java

Reply via email to