You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by go...@apache.org on 2018/11/17 01:05:56 UTC

[beam] branch master updated (2bdcbdb -> 8e71381)

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

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


    from 2bdcbdb  Merge pull request #7060 from tvalentyn/change_dataflow_repo_url
     add de8fab3  Revert "[BEAM-6080] Rollback PR/7049 for failing java post-commits"
     add b52ef29  [BEAM-6080] Optionally check the sha256 for staged artifacts
     add 8e71381  Merge pull request #7071 from angoenka/fix_artifact_staging_proto

No new revisions were added by this update.

Summary of changes:
 sdks/go/pkg/beam/artifact/gcsproxy/staging.go      |   34 +-
 sdks/go/pkg/beam/artifact/materialize.go           |   31 +-
 sdks/go/pkg/beam/artifact/materialize_test.go      |   34 +-
 sdks/go/pkg/beam/artifact/stage.go                 |   18 +-
 sdks/go/pkg/beam/artifact/stage_test.go            |   10 +-
 .../beam/model/fnexecution_v1/beam_fn_api.pb.go    | 1423 ++++++++++++++------
 .../model/fnexecution_v1/beam_provision_api.pb.go  |   90 +-
 .../model/jobmanagement_v1/beam_artifact_api.pb.go |  127 +-
 .../beam/model/jobmanagement_v1/beam_job_api.pb.go |  155 ++-
 .../beam/model/pipeline_v1/beam_runner_api.pb.go   | 1011 ++++++++------
 sdks/go/pkg/beam/model/pipeline_v1/endpoints.pb.go |    2 +
 .../model/pipeline_v1/standard_window_fns.pb.go    |   12 +-
 12 files changed, 1876 insertions(+), 1071 deletions(-)