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/05/19 04:21:11 UTC

[beam] branch nightly-refs/heads/master updated (6774b747ba4 -> ea1f292e9cf)

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 6774b747ba4  [BEAM-14467] Fix bug where run_pytest.sh does not elevate errors raised in no_xdist tests (#17687)
     add 857f8d300d9 [BEAM-14474] Suppress 'Mean of empty slice' Runtime Warning in dataframe unit test (#17682)
     add 4ed320c3fb3 [BEAM-10529] update KafkaIO Xlang integration test to publish and receive null keys (#17319)
     add d13ba98d1a5 Fix a few small linting bugs (#17695)
     add da4fcad9200 Bump github.com/lib/pq from 1.10.5 to 1.10.6 in /sdks (#17691)
     add ea1f292e9cf Update release-guide.md

No new revisions were added by this update.

Summary of changes:
 sdks/go.mod                                        |  2 +-
 sdks/go.sum                                        |  4 +--
 sdks/go/cmd/specialize/main.go                     |  6 ++---
 .../pkg/beam/core/graph/coder/coder_fuzz_test.go   |  2 +-
 sdks/go/pkg/beam/core/graph/mtime/time_test.go     |  2 +-
 .../beam/io/rtrackers/offsetrange/offsetrange.go   |  2 ++
 sdks/go/pkg/beam/pardo_test.go                     |  2 +-
 .../test/integration/primitives/checkpointing.go   |  2 +-
 sdks/python/apache_beam/dataframe/frames_test.py   | 27 ++++++++++----------
 .../apache_beam/dataframe/transforms_test.py       |  5 +++-
 .../io/external/xlang_kafkaio_it_test.py           | 29 ++++++++++++++++------
 .../site/content/en/contribute/release-guide.md    | 10 ++++----
 12 files changed, 56 insertions(+), 37 deletions(-)