Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Location not set properly in stateless query path #3041

Closed
obada-ab opened this issue Dec 13, 2023 · 1 comment · Fixed by #3047
Closed

Location not set properly in stateless query path #3041

obada-ab opened this issue Dec 13, 2023 · 1 comment · Fixed by #3047
Assignees
Labels
api: bigquery Issues related to the googleapis/java-bigquery API.

Comments

@obada-ab
Copy link
Member

The location set in BigQueryOptions is not being respected in low-latency query path.

@product-auto-label product-auto-label bot added the api: bigquery Issues related to the googleapis/java-bigquery API. label Dec 13, 2023
@obada-ab
Copy link
Member Author

This is probably part of a bigger issue where location is not set properly for queries when a JobID with a set location is supplied. The method QueryRequest.toPb() is not setting the location for the request, even though it has a setLocation method. I think fixing this should resolve the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: bigquery Issues related to the googleapis/java-bigquery API.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants