imvtsl commented on code in PR #32045:
URL: https://github.com/apache/beam/pull/32045#discussion_r1702441581
##########
sdks/go/pkg/beam/coder.go:
##########
@@ -51,7 +50,7 @@ type jsonCoder interface {
json.Unmarshaler
}
-var protoMessageType = reflect.TypeOf((*protov1.Message)(nil)).Elem()
+var protoMessageType = reflect.TypeOf((*protov2.Message)(nil)).Elem()
Review Comment:
Thank you for informing about protoadapt and that we want to keep it
compatible with clients using v1. This helped a lot.
I implemented this change.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]