damondouglas commented on code in PR #32425: URL: https://github.com/apache/beam/pull/32425#discussion_r1755259045
########## sdks/go/test/integration/primitives/pardo.go: ########## @@ -32,6 +33,9 @@ func init() { register.Function3x2(asymJoinFn) register.Function5x0(splitByName) register.Function2x0(emitPipelineOptions) + beam.RegisterDoFn(reflect.TypeOf((*processElemBundleFinalizer)(nil)).Elem()) + beam.RegisterDoFn(reflect.TypeOf((*finalizerInFinishBundle)(nil)).Elem()) + beam.RegisterDoFn(reflect.TypeOf((*finalizerInAll)(nil)).Elem()) Review Comment: I refactored to using the register funcs. Meanwhile converted PR to draft. I will explore how to filter out the tests for the docker execution. -- 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: github-unsubscr...@beam.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org