You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ro...@apache.org on 2020/04/05 04:46:48 UTC

[beam] branch master updated (ed5a358 -> e108351)

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

robertwb pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.


    from ed5a358  Merge pull request #11259: Use attachValues in SQL
     add 5a7488d  ResolveArtifact -> ResolveArtifacts
     add 1d66c08  Regenerate protos.
     new e108351  Merge pull request #11313 Rename ResolveArtifact to ResolveArtifacts

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../src/main/proto/beam_artifact_api.proto         |  10 +-
 sdks/go/pkg/beam/artifact/materialize.go           |   2 +-
 sdks/go/pkg/beam/artifact/materialize_test.go      |   4 +-
 .../beam/model/fnexecution_v1/beam_fn_api.pb.go    | 454 ++++++------
 .../model/jobmanagement_v1/beam_artifact_api.pb.go | 241 +++----
 .../beam/model/pipeline_v1/beam_runner_api.pb.go   | 778 +++++++++++----------
 .../runners/portability/artifact_service.py        |  12 +-
 .../runners/portability/artifact_service_test.py   |  10 +-
 8 files changed, 765 insertions(+), 746 deletions(-)


[beam] 01/01: Merge pull request #11313 Rename ResolveArtifact to ResolveArtifacts

Posted by ro...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

robertwb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git

commit e108351243f03950134870e57d5a9fb53ac802ae
Merge: ed5a358 1d66c08
Author: Robert Bradshaw <ro...@google.com>
AuthorDate: Sat Apr 4 21:46:35 2020 -0700

    Merge pull request #11313 Rename ResolveArtifact to ResolveArtifacts

 .../src/main/proto/beam_artifact_api.proto         |  10 +-
 sdks/go/pkg/beam/artifact/materialize.go           |   2 +-
 sdks/go/pkg/beam/artifact/materialize_test.go      |   4 +-
 .../beam/model/fnexecution_v1/beam_fn_api.pb.go    | 454 ++++++------
 .../model/jobmanagement_v1/beam_artifact_api.pb.go | 241 +++----
 .../beam/model/pipeline_v1/beam_runner_api.pb.go   | 778 +++++++++++----------
 .../runners/portability/artifact_service.py        |  12 +-
 .../runners/portability/artifact_service_test.py   |  10 +-
 8 files changed, 765 insertions(+), 746 deletions(-)