Skip to content

Commit

Permalink
pass the option
Browse files Browse the repository at this point in the history
  • Loading branch information
juanli16 committed Sep 30, 2024
1 parent 791f4bb commit 1836363
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bigquery/table.go
Original file line number Diff line number Diff line change
Expand Up @@ -984,7 +984,7 @@ func WithClientProject() TableReadOption {

// Read fetches the contents of the table.
func (t *Table) Read(ctx context.Context, opts ...TableReadOption) *RowIterator {
return t.read(ctx, fetchPage)
return t.read(ctx, fetchPage, opts...)
}

func (t *Table) read(ctx context.Context, pf pageFetcher, opts ...TableReadOption) *RowIterator {
Expand Down

0 comments on commit 1836363

Please sign in to comment.