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/online_clustering/clustering_pipeline/torch-1.13.1
in repository https://gitbox.apache.org/repos/asf/beam.git


 discard 032fc31ef2b Bump torch
     add fafeaa989a7 Add unit test to cover non built-in GenericAlias types 
(#25091)
     add 6b42bda1d06 [Website] update content of community case study page 
(#25023)
     add 1d4345a3434 Eliminate google-python-cloud-debugger dependency in 
base_image_requirements (#25088)
     add c1b840ae284 Bump httplib2 upper bound to 0.22.0. (#24573)
     add 428ec97e30c improve error message for mismatched pipelines (#24834)
     add 7ad44c84585 Handle schema updates in Storage API writes.
     add f5020e7ac2b Merge pull request #24145: Handle updates to table schema 
when using Storage API writes.
     add 9cecec3f74c Bump cloud.google.com/go/storage from 1.28.1 to 1.29.0 in 
/sdks (#25095)
     add 5e1ebee8b47 Allow to set timeout for finishing a remote bundle in 
Samza portable runner (#25031)
     add e379c23c885 Fix truncate copy job when WRITE_TRUNCATE in BigQuery 
batch load (#25101)
     add 482401411b7 fix(sec): upgrade torch to 1.13.1 (#24933)
     add 1ee1bbe71a7 Bump torch

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   (032fc31ef2b)
            \
             N -- N -- N   
refs/heads/dependabot/pip/sdks/python/apache_beam/examples/inference/online_clustering/clustering_pipeline/torch-1.13.1
 (1ee1bbe71a7)

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:
 CHANGES.md                                         |   3 +-
 .../beam/runners/samza/SamzaPipelineOptions.java   |   7 +
 .../runners/samza/runtime/SamzaDoFnRunners.java    |  38 +++-
 .../samza/runtime/SdkHarnessDoFnRunnerTest.java}   |  33 +++-
 sdks/go.mod                                        |   2 +-
 sdks/go.sum                                        |   4 +-
 .../beam/sdk/io/gcp/bigquery/AppendClientInfo.java | 115 +++++++++--
 .../beam/sdk/io/gcp/bigquery/BigQueryIO.java       |  18 +-
 .../beam/sdk/io/gcp/bigquery/BigQueryServices.java |   8 +
 .../sdk/io/gcp/bigquery/BigQueryServicesImpl.java  |  11 ++
 .../beam/sdk/io/gcp/bigquery/BigQueryUtils.java    |  29 ---
 .../sdk/io/gcp/bigquery/SplittingIterable.java     |  61 +++++-
 .../bigquery/StorageApiDynamicDestinations.java    |   2 +
 .../StorageApiDynamicDestinationsBeamRow.java      |   8 +-
 .../StorageApiDynamicDestinationsTableRow.java     |  24 ++-
 .../beam/sdk/io/gcp/bigquery/StorageApiLoads.java  |  20 +-
 .../io/gcp/bigquery/StorageApiWritePayload.java    |  25 ++-
 .../StorageApiWriteRecordsInconsistent.java        |  12 +-
 .../bigquery/StorageApiWriteUnshardedRecords.java  | 146 +++++++++++---
 .../bigquery/StorageApiWritesShardedRecords.java   | 173 +++++++++++------
 .../io/gcp/bigquery/TableRowToStorageApiProto.java | 110 +++++++++--
 .../sdk/io/gcp/testing/FakeDatasetService.java     |  63 +++++-
 .../sdk/io/gcp/bigquery/BigQueryIOWriteTest.java   | 216 +++++++++++++++++++++
 .../bigquery/TableRowToStorageApiProtoTest.java    |  95 ++++++++-
 .../kfp/components/preprocessing/requirements.txt  |   2 +-
 .../kfp/components/train/requirements.txt          |   2 +-
 .../apache_beam/io/gcp/bigquery_file_loads.py      |   2 +-
 .../apache_beam/io/gcp/bigquery_file_loads_test.py |  41 ++++
 sdks/python/apache_beam/transforms/util.py         |   3 +-
 .../python/apache_beam/typehints/typehints_test.py |  16 ++
 .../container/base_image_requirements_manual.txt   |   7 +-
 sdks/python/setup.py                               |   2 +-
 .../www/site/content/en/community/case-study.md    |   5 +-
 33 files changed, 1097 insertions(+), 206 deletions(-)
 copy 
runners/samza/src/{main/java/org/apache/beam/runners/samza/runtime/OutputManagerFactory.java
 => 
test/java/org/apache/beam/runners/samza/runtime/SdkHarnessDoFnRunnerTest.java} 
(54%)

Reply via email to