- Notifications
You must be signed in to change notification settings - Fork 89
Closed
Labels
api: bigquerystorageIssues related to the googleapis/java-bigquerystorage API.Issues related to the googleapis/java-bigquerystorage API.priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Description
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):
Lines 322 to 325 in 4fc8286
| public Builder setEnableConnectionPool(boolean enableConnectionPool) { | |
| this.schemaAwareStreamWriterBuilder.setEnableConnectionPool(true); | |
| return this; | |
| } |
Sorry, I have never contributed to this repo otherwise I'd just open a PR with a fix myself!
Metadata
Metadata
Assignees
Labels
api: bigquerystorageIssues related to the googleapis/java-bigquerystorage API.Issues related to the googleapis/java-bigquerystorage API.priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.