lostluck commented on code in PR #27822:
URL: https://github.com/apache/beam/pull/27822#discussion_r1286157985


##########
sdks/go/pkg/beam/runners/vet/vet.go:
##########
@@ -54,7 +54,7 @@ func init() {
 type disabledResolver bool
 
 func (p disabledResolver) Sym2Addr(name string) (uintptr, error) {
-       return 0, errors.Errorf("%v not found. Use runtime.RegisterFunction in 
unit tests", name)
+       return 0, errors.Errorf("%v not found. Register DoFns and functions 
with the the beam/register package.", name)

Review Comment:
   Great catch!



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