riteshghorse commented on code in PR #27822:
URL: https://github.com/apache/beam/pull/27822#discussion_r1285861617
##########
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:
```suggestion
return 0, errors.Errorf("%v not found. Register DoFns and functions
with the beam/register package.", name)
```
--
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]