[
https://issues.apache.org/jira/browse/BEAM-10874?focusedWorklogId=481675&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-481675
]
ASF GitHub Bot logged work on BEAM-10874:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 10/Sep/20 20:05
Start Date: 10/Sep/20 20:05
Worklog Time Spent: 10m
Work Description: lostluck commented on pull request #12816:
URL: https://github.com/apache/beam/pull/12816#issuecomment-690688274
Run Go PostCommit
----------------------------------------------------------------
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]
Issue Time Tracking
-------------------
Worklog Id: (was: 481675)
Time Spent: 20m (was: 10m)
> Support both Go versions of proto (v1 & v2) with proto coder.
> -------------------------------------------------------------
>
> Key: BEAM-10874
> URL: https://issues.apache.org/jira/browse/BEAM-10874
> Project: Beam
> Issue Type: Bug
> Components: sdk-go
> Reporter: Robert Burke
> Assignee: Robert Burke
> Priority: P3
> Time Spent: 20m
> Remaining Estimate: 0h
>
> Go recently changed how their protocol buffers are generated and introduced a
> new base interface (protoreflect.Message) as the defacto version of
> proto.Message.
>
> But this introduces incompatibilities since they are distinct interfaces.
>
> The solution is quick: register coders for both protoV1 and protoV2 message
> interfaces which should sort out the problem.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)