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:48:05 UTC

[beam] branch prism-fixstatic created (now c2474d98059)

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

lostluck pushed a change to branch prism-fixstatic
in repository https://gitbox.apache.org/repos/asf/beam.git


      at c2474d98059 prism-fixstatic

This branch includes the following new commits:

     new c2474d98059 prism-fixstatic

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.



[beam] 01/01: prism-fixstatic

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

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

commit c2474d98059af2e42a8562df715ece0c368d3223
Author: lostluck <13...@users.noreply.github.com>
AuthorDate: Fri Feb 17 12:47:41 2023 -0800

    prism-fixstatic
---
 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",