JsonStreamWriter.Builder#setEnableConnectionPool does not obey argument passed #2083
Labels
api: bigquerystorage
Issues related to the googleapis/java-bigquerystorage API.
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Code example
setEnableConnectionPool
does not obey the argument passed, instead however it is called connection pooling is enabled.You can see this in the current master branch below (introduced - presumably by mistake! - in #2048):
java-bigquerystorage/google-cloud-bigquerystorage/src/main/java/com/google/cloud/bigquery/storage/v1/JsonStreamWriter.java
Lines 322 to 325 in 4fc8286
Sorry, I have never contributed to this repo otherwise I'd just open a PR with a fix myself!
The text was updated successfully, but these errors were encountered: