Skip to content

Commit

Permalink
Update sdks/go/pkg/beam/runners/vet/vet.go
Browse files Browse the repository at this point in the history
Co-authored-by: Ritesh Ghorse <[email protected]>
  • Loading branch information
lostluck and riteshghorse authored Aug 7, 2023
1 parent cd16c24 commit 2ea91e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdks/go/pkg/beam/runners/vet/vet.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ func init() {
type disabledResolver bool

func (p disabledResolver) Sym2Addr(name string) (uintptr, error) {
return 0, errors.Errorf("%v not found. Register DoFns and functions with the the beam/register package.", name)
return 0, errors.Errorf("%v not found. Register DoFns and functions with the beam/register package.", name)
}

// Execute evaluates the pipeline on whether it can run without reflection.
Expand Down

0 comments on commit 2ea91e5

Please sign in to comment.