lostluck commented on a change in pull request #17147:
URL: https://github.com/apache/beam/pull/17147#discussion_r840729416



##########
File path: sdks/go/pkg/beam/core/runtime/graphx/translate.go
##########
@@ -66,8 +65,7 @@ const (
        URNLegacyProgressReporting = "beam:protocol:progress_reporting:v0"
        URNMultiCore               = 
"beam:protocol:multi_core_bundle_processing:v1"
 
-       URNRequiresSplittableDoFn     = 
"beam:requirement:pardo:splittable_dofn:v1"
-       URNRequiresBundleFinalization = "beam:requirement:pardo:finalization:v1"
+       URNRequiresSplittableDoFn = "beam:requirement:pardo:splittable_dofn:v1"

Review comment:
       Ah whoops!
   I spent all my effort making sure the proto didn't get clobbered, I forgot 
about the rest of the change. Thanks!




-- 
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]


Reply via email to