lostluck commented on pull request #16786: URL: https://github.com/apache/beam/pull/16786#issuecomment-1033216680
The example seems to fail to build, but I don't see why it would exactly. ``` 16:41:41 > Task :sdks:go:examples:goBuild FAILED 16:41:41 /home/jenkins/go/bin/go1.16.12 build -o ./build/bin/linux_amd64/ ./... 16:41:41 xlang/bigquery/wordcount.go:94:2: no required module provides package github.com/apache/beam/sdks/v2/go/pkg/beam/io/xlang/bigqueryio; to add it: 16:41:41 go get github.com/apache/beam/sdks/v2/go/pkg/beam/io/xlang/bigqueryio 16:41:41 16:41:41 > Task :sdks:go:goBuild FAILED 16:41:41 /home/jenkins/go/bin/go1.16.12 build -o ./build/bin/linux_amd64/ ./... 16:41:41 examples/xlang/bigquery/wordcount.go:94:2: no required module provides package github.com/apache/beam/sdks/v2/go/pkg/beam/io/xlang/bigqueryio; to add it: 16:41:41 go get github.com/apache/beam/sdks/v2/go/pkg/beam/io/xlang/bigqueryio ``` It's like it's trying to build without being inside the module itself, which shouldn't be true for the examples (the examples are in the module). -- 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]
