[
https://issues.apache.org/jira/browse/BEAM-13732?focusedWorklogId=723344&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-723344
]
ASF GitHub Bot logged work on BEAM-13732:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 09/Feb/22 00:56
Start Date: 09/Feb/22 00:56
Worklog Time Spent: 10m
Work Description: 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]
Issue Time Tracking
-------------------
Worklog Id: (was: 723344)
Time Spent: 4h 40m (was: 4.5h)
> [Cross-Language] Implement Go SDK wrapper for xlang BigQuery IO
> ---------------------------------------------------------------
>
> Key: BEAM-13732
> URL: https://issues.apache.org/jira/browse/BEAM-13732
> Project: Beam
> Issue Type: New Feature
> Components: cross-language, sdk-go
> Reporter: Daniel Oliveira
> Assignee: Daniel Oliveira
> Priority: P2
> Time Spent: 4h 40m
> Remaining Estimate: 0h
>
> Title says it all.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)