You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by lo...@apache.org on 2023/02/17 20:54:13 UTC

[beam] branch master updated: prism-fixstatic (#25546)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new f358fcdc8c8 prism-fixstatic (#25546)
f358fcdc8c8 is described below

commit f358fcdc8c8a844e1bdfc8ca8f6fe886734c8df9
Author: Robert Burke <lo...@users.noreply.github.com>
AuthorDate: Fri Feb 17 12:54:06 2023 -0800

    prism-fixstatic (#25546)
    
    Co-authored-by: lostluck <13...@users.noreply.github.com>
---
 sdks/go/pkg/beam/runners/prism/internal/jobservices/metrics_test.go | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/sdks/go/pkg/beam/runners/prism/internal/jobservices/metrics_test.go b/sdks/go/pkg/beam/runners/prism/internal/jobservices/metrics_test.go
index d06d6774828..e0346731f30 100644
--- a/sdks/go/pkg/beam/runners/prism/internal/jobservices/metrics_test.go
+++ b/sdks/go/pkg/beam/runners/prism/internal/jobservices/metrics_test.go
@@ -23,7 +23,6 @@ import (
 
 	"github.com/apache/beam/sdks/v2/go/pkg/beam/core/graph/coder"
 	fnpb "github.com/apache/beam/sdks/v2/go/pkg/beam/model/fnexecution_v1"
-	"github.com/apache/beam/sdks/v2/go/pkg/beam/model/pipeline_v1"
 	pipepb "github.com/apache/beam/sdks/v2/go/pkg/beam/model/pipeline_v1"
 	"github.com/google/go-cmp/cmp"
 	"google.golang.org/protobuf/proto"
@@ -73,7 +72,7 @@ func Test_metricsStore_ContributeMetrics(t *testing.T) {
 		// TODO convert input to non-legacy metrics once we support, and then delete these.
 		input [][]*pipepb.MonitoringInfo
 
-		want []*pipeline_v1.MonitoringInfo
+		want []*pipepb.MonitoringInfo
 	}{
 		{
 			name: "int64Sum",