Skip to content

Commit

Permalink
feat(go/adbc/driver/bigquery): add schema to reader for BigQuery (apa…
Browse files Browse the repository at this point in the history
  • Loading branch information
ukclivecox committed Aug 7, 2024
1 parent 05fa60d commit 07c3e4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/adbc/driver/bigquery/record_reader.go
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ func runPlainQuery(ctx context.Context, query *bigquery.Query, alloc memory.Allo
curChIndex: 0,
err: nil,
cancelFn: cancelFn,
schema: nil,
schema: rdr.Schema(),
}

go func() {
Expand Down

0 comments on commit 07c3e4a

Please sign in to comment.