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 2021/01/14 04:06:03 UTC

[beam] tag nightly-master updated (e63d333 -> 23d404d)

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

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


*** WARNING: tag nightly-master was modified! ***

    from e63d333  (commit)
      to 23d404d  (commit)
    from e63d333  Merge pull request #13727 from tysonjh/revert-13699-worker-jvm-bump
     add 04cd839  [BEAM-10556] Remove rawtypes suppression from WindmillStateCache
     add 1317a10  Merge #13742: [BEAM-10556] Remove rawtypes suppression from WindmillStateCache
     add c4be62c  Do not set empty specs in external transforms
     add 0220ef9  Merge pull request #13741: [BEAM-11614] Do not set empty specs in external transforms
     add c6b79e3  [BEAM-11614] Clarify Beam model for zero subtransform case (#13744)
     add 4451c03  [BEAM-11531] Remove transform implementation (#13705)
     add cc0b930  [BEAM-11531] Skip some DataFrame tests that are broken in pandas 1.2.0 (#13704)
     add e2e777a  [BEAM-11357] Add annotations to PTransforms and enable them in Go SDK (#13434)
     add 23d404d  [BEAM-11569] Enabling wheels to be built using Beam-based submodules workflow (#13736)

No new revisions were added by this update.

Summary of changes:
 .github/actions/cancel-workflow-runs               |    1 +
 .github/actions/github-push-action                 |    1 +
 .github/workflows/build_wheels.yml                 |    7 +-
 .github/workflows/cancel.yml                       |    7 +-
 .gitmodules                                        |    6 +
 .../pipeline/src/main/proto/beam_runner_api.proto  |   15 +-
 .../dataflow/worker/WindmillStateCache.java        |   11 +-
 sdks/go/pkg/beam/core/graph/fn.go                  |   19 +-
 sdks/go/pkg/beam/core/runtime/graphx/translate.go  |    3 +
 .../beam/model/fnexecution_v1/beam_fn_api.pb.go    | 2241 +++++++++--------
 .../beam/model/pipeline_v1/beam_runner_api.pb.go   | 2585 ++++++++++----------
 sdks/go/pkg/beam/model/pipeline_v1/metrics.pb.go   |  321 ++-
 sdks/go/pkg/beam/pardo_test.go                     |   72 +
 sdks/python/apache_beam/dataframe/frames.py        |   16 +-
 sdks/python/apache_beam/dataframe/frames_test.py   |   24 +
 .../apache_beam/dataframe/pandas_doctests_test.py  |   35 +-
 sdks/python/apache_beam/transforms/external.py     |    3 +-
 .../python/apache_beam/transforms/external_test.py |   30 +
 18 files changed, 2968 insertions(+), 2429 deletions(-)
 create mode 160000 .github/actions/cancel-workflow-runs
 create mode 160000 .github/actions/github-push-action