This is an automated email from the ASF dual-hosted git repository.
lostluck pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.
from dd94875 Merge pull request #13133 from robinyqiu/sign-pom
add 43c97d8 Update go protocol buffers to v2. (#13115)
No new revisions were added by this update.
Summary of changes:
.../fn-execution/src/main/proto/beam_fn_api.proto | 3 +-
.../src/main/proto/beam_provision_api.proto | 2 +-
.../src/main/proto/beam_artifact_api.proto | 2 +-
.../src/main/proto/beam_expansion_api.proto | 2 +-
.../src/main/proto/beam_job_api.proto | 2 +-
.../pipeline/src/main/proto/beam_runner_api.proto | 4 +-
model/pipeline/src/main/proto/endpoints.proto | 2 +-
.../src/main/proto/external_transforms.proto | 3 +-
model/pipeline/src/main/proto/metrics.proto | 3 +-
model/pipeline/src/main/proto/schema.proto | 2 +-
.../src/main/proto/standard_window_fns.proto | 2 +-
sdks/go/pkg/beam/core/runtime/harness/harness.go | 8 +-
.../beam/model/fnexecution_v1/beam_fn_api.pb.go | 6690 +++++++-----
.../model/fnexecution_v1/beam_provision_api.pb.go | 481 +-
sdks/go/pkg/beam/model/gen.go | 6 +-
.../model/jobmanagement_v1/beam_artifact_api.pb.go | 2118 ++--
.../jobmanagement_v1/beam_expansion_api.pb.go | 373 +-
.../beam/model/jobmanagement_v1/beam_job_api.pb.go | 2670 +++--
.../beam/model/pipeline_v1/beam_runner_api.pb.go | 10864 ++++++++++++-------
sdks/go/pkg/beam/model/pipeline_v1/endpoints.pb.go | 305 +-
.../model/pipeline_v1/external_transforms.pb.go | 274 +-
sdks/go/pkg/beam/model/pipeline_v1/metrics.pb.go | 1398 ++-
sdks/go/pkg/beam/model/pipeline_v1/schema.pb.go | 2225 ++--
.../model/pipeline_v1/standard_window_fns.pb.go | 657 +-
24 files changed, 18318 insertions(+), 9778 deletions(-)