lostluck commented on a change in pull request #14665:
URL: https://github.com/apache/beam/pull/14665#discussion_r622349430
##########
File path: sdks/go/pkg/beam/core/runtime/graphx/schema/schema.go
##########
@@ -28,16 +28,15 @@ package schema
import (
"fmt"
"reflect"
- "strconv"
"strings"
- "sync/atomic"
"github.com/apache/beam/sdks/go/pkg/beam/core/graph/coder"
"github.com/apache/beam/sdks/go/pkg/beam/core/sdf"
"github.com/apache/beam/sdks/go/pkg/beam/core/util/reflectx"
"github.com/apache/beam/sdks/go/pkg/beam/internal/errors"
pipepb "github.com/apache/beam/sdks/go/pkg/beam/model/pipeline_v1"
"github.com/golang/protobuf/proto"
+ "github.com/google/uuid"
Review comment:
You'll need to add this to the gogradle.lock as well, otherwise the
jenkins machines won't get at it properly.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]