Skip to content

Commit

Permalink
Merge branch 'main' into bit_reverse_sequence
Browse files Browse the repository at this point in the history
  • Loading branch information
rahul2393 authored Aug 3, 2023
2 parents 93685bd + bfbf18c commit 1c42cd9
Show file tree
Hide file tree
Showing 5 changed files with 44 additions and 34 deletions.
2 changes: 1 addition & 1 deletion bigquery/storage_iterator.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ func newStorageRowIteratorFromTable(ctx context.Context, table *Table, ordered b

func newStorageRowIteratorFromJob(ctx context.Context, j *Job) (*RowIterator, error) {
// Needed to fetch destination table
job, err := j.c.JobFromID(ctx, j.jobID)
job, err := j.c.JobFromProject(ctx, j.projectID, j.jobID, j.location)
if err != nil {
return nil, err
}
Expand Down
12 changes: 7 additions & 5 deletions dataproc/apiv1/dataprocpb/jobs.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

30 changes: 15 additions & 15 deletions gkebackup/apiv1/gkebackuppb/gkebackup.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 13 additions & 5 deletions iam/apiv1/iampb/policy.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions kms/apiv1/kmspb/resources.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1c42cd9

Please sign in to comment.