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

BigQueryReadClient cannot be created with custom ExecutorProvider #2071

Closed
suryasoma opened this issue Mar 30, 2023 · 0 comments · Fixed by #2072
Closed

BigQueryReadClient cannot be created with custom ExecutorProvider #2071

suryasoma opened this issue Mar 30, 2023 · 0 comments · Fixed by #2072
Labels
api: bigquerystorage Issues related to the googleapis/java-bigquerystorage API.

Comments

@suryasoma
Copy link
Contributor

Recently we have observed a lot of Gax- threads getting created in spark-bigquery-connector.
Upon investigating found the threads were getting created from BigQueryReadClient which sets the ExecutorProvider to default InstantiatingExecutorProvider. Wanted to override it but currently the read client doesn’t provide the option to do it.


@product-auto-label product-auto-label bot added the api: bigquerystorage Issues related to the googleapis/java-bigquerystorage API. label Mar 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: bigquerystorage Issues related to the googleapis/java-bigquerystorage API.
Projects
None yet
1 participant