googleapis / googleapis/google-cloud-go
bigquery: InferSchema fails on []bigquery.Nullstring
Open
api: bigquery
triage me
- Dominant language
- Go
- Stars
- 4.5k
- Forks
- 1.6k
- Avg merge
- 1d 13h
- Merged PRs (30d)
- 109
Description
```
type t struct {
Foo string `bigquery:"foo"`
Bar []bigquery.NullString `bigquery:"bar"`
}
schema, e := bigquery.InferSchema(t{})
```
throws bigquery.unsupportedFieldTypeError
Contributor guide
Assessment
This issue has not been assessed yet.