You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by gi...@apache.org on 2022/07/19 20:20:42 UTC

[beam] branch dependabot/go_modules/sdks/cloud.google.com/go/bigquery-1.36.0 updated (94130732917 -> 9b70654831f)

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


 discard 94130732917 Bump cloud.google.com/go/bigquery from 1.35.0 to 1.36.0 in /sdks
     add 1abfb547bb3 Add links to the new RunInference content to Learning Resources (#22325)
     add efde3f174c7 Unskip RunInference IT tests (#22324)
     add 31cee3919ac cleaned up types in standard_coders.ts (#22316)
     add abcc9e05f82 JMH module for sdks:java:core with benchmarks for GetterBasedSchemaProvider (resolves #22181) (#22182)
     add ba38a4d6e55 Bump cloud.google.com/go/pubsub from 1.23.1 to 1.24.0 in /sdks (#22332)
     add 9b70654831f Bump cloud.google.com/go/bigquery from 1.35.0 to 1.36.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   (94130732917)
            \
             N -- N -- N   refs/heads/dependabot/go_modules/sdks/cloud.google.com/go/bigquery-1.36.0 (9b70654831f)

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:
 sdks/go.mod                                        |   2 +-
 sdks/go.sum                                        |   8 +-
 .../timeseries => core/jmh}/build.gradle           |  16 +-
 .../GetterBasedSchemaProviderBenchmark.java        | 119 ++++++++++++
 .../org/apache/beam/sdk/schemas/RowBundle.java     | 191 +++++++++++++++++++
 .../org/apache/beam/sdk/schemas/RowBundles.java    | 208 +++++++++++++++++++++
 .../org/apache/beam/sdk/schemas/package-info.java} |   3 +-
 .../ml/inference/pytorch_inference_it_test.py      |  22 +--
 .../ml/inference/sklearn_inference_it_test.py      |   9 +-
 .../src/apache_beam/coders/standard_coders.ts      |  85 ++++-----
 settings.gradle.kts                                |   1 +
 .../documentation/resources/learning-resources.md  |   1 +
 12 files changed, 590 insertions(+), 75 deletions(-)
 copy sdks/java/{extensions/timeseries => core/jmh}/build.gradle (80%)
 create mode 100644 sdks/java/core/jmh/src/main/java/org/apache/beam/sdk/schemas/GetterBasedSchemaProviderBenchmark.java
 create mode 100644 sdks/java/core/jmh/src/main/java/org/apache/beam/sdk/schemas/RowBundle.java
 create mode 100644 sdks/java/core/jmh/src/main/java/org/apache/beam/sdk/schemas/RowBundles.java
 copy sdks/{typescript/src/apache_beam/options/pipeline_options.ts => java/core/jmh/src/main/java/org/apache/beam/sdk/schemas/package-info.java} (92%)