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/06/25 04:07:53 UTC

[beam] branch nightly-refs/heads/master updated (e94f33a49f3 -> 7ad4864b0cb)

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

github-bot pushed a change to branch nightly-refs/heads/master
in repository https://gitbox.apache.org/repos/asf/beam.git


    from e94f33a49f3 Merge pull request #21953 from Implement PubsubSchemaTransformMessageToRowFactory
     add e7924d181b9 Enable close issue as not planned (#22032)
     add 8bcc7b2c266 Rename README.md to ACTIONS.md (#22043)
     add 10dab960d96 Removes examples of unscalable sinks from documentation. (#22020)
     add 973175b7b56 Unify to a single issue report (#22045)
     add 562301ea090 Remove colon in issue report
     add c2e3b4043fc Merge pull request #22048: Remove colon in issue report
     add a4bbb546da9 Bump cloud.google.com/go/pubsub from 1.22.2 to 1.23.0 in /sdks (#22036)
     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 f6980b98c8f Revert "[BEAM-13590]Update Pytest version to support Python 3.10 (#17791)"
     add c45e5eb5813 Merge pull request #22050 from apache/revert-17791-update-pytest
     add 934cf52044f Bump github.com/spf13/cobra from 1.4.0 to 1.5.0 in /sdks (#21955)
     add be211cbe3d5 Fix DEADLINE_EXCEEDED flakiness  (#22035)
     add 764f4a3d311 checkStlye Fix: remove redundant static and public in interface. camel naming
     add 0c1809925b2 Merge pull request #22056: checkStlye Fix: remove redundant static and public in interface. camel naming
     add 7ad4864b0cb Fix SpannerIO flakes (#22023)

No new revisions were added by this update.

Summary of changes:
 .../dispatch/README.md => .github/ACTIONS.md       |  22 +-
 .github/workflows/self-assign.yml                  |   9 +-
 .gitignore                                         |   2 +-
 .../tour-of-beam/reading-and-writing-data.ipynb    | 266 ---------------------
 scripts/ci/issue-report/generateReport.js          | 121 +++++-----
 sdks/go.mod                                        |   8 +-
 sdks/go.sum                                        |  28 +--
 .../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 +-
 .../beam/sdk/io/gcp/spanner/SpannerIOReadTest.java |  58 ++---
 .../SpannerIOWriteExceptionHandlingTest.java       |  42 ++--
 .../apache-beam-jupyterlab-sidepanel/yarn.lock     |   6 +-
 sdks/python/setup.py                               |   6 +-
 sdks/python/tox.ini                                |   3 +-
 website/www/site/assets/js/fix-menu.js             |   9 +-
 website/www/site/assets/js/page-nav.js             |  15 +-
 .../en/documentation/io/developing-io-overview.md  |  10 +-
 .../www/site/layouts/{_default => }/baseof.html    |   2 +-
 .../partials/{head.html => head_homepage.html}     |   6 -
 24 files changed, 437 insertions(+), 494 deletions(-)
 copy playground/terraform/applications/frontend/dispatch/README.md => .github/ACTIONS.md (67%)
 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%)