googleapis / java-bigquery

Apache License 2.0
112 stars 121 forks source link

fix: Close bq read client #3575

Open naung9 opened 2 weeks ago

naung9 commented 2 weeks ago

Shutdown bqReadClient after arrow stream is processed in highThroughputRead to free up resources

Fixes #3571