You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2020/03/25 16:31:10 UTC

[GitHub] [beam] lukecwik commented on a change in pull request #11211: Go changes for model updates.

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:
users@infra.apache.org


With regards,
Apache Git Services