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/26 05:11:07 UTC

[beam] branch nightly-refs/heads/master updated (54b0784da7c -> ac7bb2bb95a)

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 54b0784da7c Remove spaces in experiments (#22423)
     add fa492f86d1e Bump cloud.google.com/go/bigquery from 1.35.0 to 1.36.0 in /sdks (#22333)
     add b2b466aabc8 Disallow EventTimes in iterators (#22435)
     add 83fd0f47420 Update the upper bound for google-cloud-recommendations-ai. (#22398)
     add 01fa485b31b LoadTestsBuilder: Disallow whitespace in option values (#22437)
     add e032c1626b2 Fix overly aggressive null check in RowWriterFactory
     add ac7bb2bb95a Merge pull request #22289: Fix overly aggressive null check in RowWriterFactory

No new revisions were added by this update.

Summary of changes:
 .test-infra/jenkins/LoadTestsBuilder.groovy        |    14 +
 sdks/go.mod                                        |     4 +-
 sdks/go.sum                                        |    14 +-
 sdks/go/pkg/beam/core/funcx/sideinput.go           |     8 +-
 sdks/go/pkg/beam/core/funcx/sideinput_test.go      |    24 +-
 sdks/go/pkg/beam/core/runtime/exec/input.go        |     2 -
 .../pkg/beam/core/runtime/exec/optimized/inputs.go | 16008 +++----------------
 .../beam/core/runtime/exec/optimized/inputs.tmpl   |    43 -
 .../beam/sdk/io/gcp/bigquery/BigQueryIO.java       |     8 +-
 .../beam/sdk/io/gcp/bigquery/RowWriterFactory.java |    10 +-
 .../testing/load_tests/load_test_metrics_utils.py  |     2 +-
 sdks/python/apache_beam/utils/retry.py             |     2 +-
 sdks/python/setup.py                               |     2 +-
 13 files changed, 2497 insertions(+), 13644 deletions(-)