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/30 04:15:50 UTC

[beam] branch nightly-refs/heads/master updated (48b53493946 -> e5e3cb25ca4)

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 48b53493946 Relax the google-api-core dependency. (#22513)
     add d9ee90d1aef Bump google.golang.org/protobuf from 1.28.0 to 1.28.1 in /sdks (#22517)
     add f4bd7b7236f Bump google.golang.org/api from 0.89.0 to 0.90.0 in /sdks (#22518)
     add 815b0d3e560 Change _build import from setuptools to distutils (#22503)
     add 12088cbc70a Remove stringx package (#22534)
     add e5e3cb25ca4 Improve concrete error message (#22536)

No new revisions were added by this update.

Summary of changes:
 sdks/go.mod                                        |  4 +-
 sdks/go.sum                                        |  7 +--
 sdks/go/examples/native_wordcap/wordcap.go         |  5 ++-
 sdks/go/examples/streaming_wordcap/wordcap.go      |  5 ++-
 sdks/go/pkg/beam/core/runtime/exec/translate.go    |  3 +-
 sdks/go/pkg/beam/core/util/stringx/bytes.go        | 31 -------------
 sdks/go/pkg/beam/core/util/stringx/map.go          | 52 ----------------------
 sdks/go/pkg/beam/validate.go                       |  4 +-
 .../examples/complete/juliaset/setup.py            |  6 ++-
 9 files changed, 20 insertions(+), 97 deletions(-)
 delete mode 100644 sdks/go/pkg/beam/core/util/stringx/bytes.go
 delete mode 100644 sdks/go/pkg/beam/core/util/stringx/map.go