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


 discard 29812800d79 Bump cloud.google.com/go/storage from 1.22.1 to 1.23.0 in 
/sdks
     add ad32bef5d27 Fix vendored dependency issue and other style checks 
(#22046)
     add c64be9d3b25 Bump shell-quote (#21983)
     add 7ae3b96a633 Use WindowedValue.withValue rather than WindowedValue.of 
in ParamWindowedValueCoder.
     add a2353a74657 [BEAM-14464] More efficient grouping keys in precombiner 
table.
     add 444f92d415b Merge branch 'master' into java-combine-key
     add 4e523e8ddfe fix compile after merge
     add 9cecfa6d938 Merge branch 'master' into java-combine-key
     add 1eb947ee781 spotless
     add 326a7ddc251 Only flush every Nth element.
     add 599f834a6da Merge branch 'master' into java-combine-key
     add 4aebc5f969f spotless
     add 7e8327cbd3e Post-merge fix.
     add cca3d9177f8 Fix test expectations.
     add 305537f4778 Merge pull request #17641 [BEAM-14464] More efficient 
grouping keys in precombiner table.
     add c38bc61aeeb [Website] add guard expressions to fix-menu and page-nav
     add 610323d1e62 Merge pull request #21731 from [Website] add guard 
expressions to fix-menu and page-nav
     add 67dede2b974 Bump cloud.google.com/go/bigquery from 1.32.0 to 1.34.1 in 
/sdks (#22037)
     add 4ceebaffb0a Bump cloud.google.com/go/storage from 1.22.1 to 1.23.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   (29812800d79)
            \
             N -- N -- N   
refs/heads/dependabot/go_modules/sdks/cloud.google.com/go/storage-1.23.0 
(4ceebaffb0a)

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                                        |   4 +-
 sdks/go.sum                                        |   9 +-
 .../org/apache/beam/sdk/util/WindowedValue.java    |  24 ++--
 .../fn/harness/jmh/CombinerTableBenchmark.java     |  84 +++++++++++++
 .../org/apache/beam/fn/harness/CombineRunners.java |  25 +++-
 .../beam/fn/harness/PrecombineGroupingTable.java   | 140 ++++++++++++++++-----
 .../fn/harness/PrecombineGroupingTableTest.java    |  18 ++-
 .../PubsubSchemaTransformMessageToRowFactory.java  |   6 +-
 ...bsubSchemaTransformMessageToRowFactoryTest.java |  21 +++-
 .../apache-beam-jupyterlab-sidepanel/yarn.lock     |   6 +-
 website/www/site/assets/js/fix-menu.js             |   9 +-
 website/www/site/assets/js/page-nav.js             |  15 ++-
 .../www/site/layouts/{_default => }/baseof.html    |   2 +-
 .../partials/{head.html => head_homepage.html}     |   6 -
 14 files changed, 284 insertions(+), 85 deletions(-)
 create mode 100644 
sdks/java/harness/jmh/src/main/java/org/apache/beam/fn/harness/jmh/CombinerTableBenchmark.java
 copy website/www/site/layouts/{_default => }/baseof.html (97%)
 copy website/www/site/layouts/partials/{head.html => head_homepage.html} (93%)

Reply via email to