lukecwik commented on a change in pull request #11211: Go changes for model
updates.
URL: https://github.com/apache/beam/pull/11211#discussion_r397995619
##########
File path: sdks/go/pkg/beam/core/runtime/pipelinex/clone.go
##########
@@ -64,10 +64,8 @@ func ShallowCloneParDoPayload(p *pb.ParDoPayload)
*pb.ParDoPayload {
ret := &pb.ParDoPayload{
DoFn: p.DoFn,
- Splittable: p.Splittable,
RestrictionCoderId: p.RestrictionCoderId,
Review comment:
@robertwb
It looks like we'll need to add the splittable dofn capability to the Go SDK.
----------------------------------------------------------------
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]
With regards,
Apache Git Services