You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 24, 2026. It is now read-only.
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.