Skip to content

JsonStreamWriter.Builder#setEnableConnectionPool does not obey argument passed #2083

@bastewart

Description

@bastewart

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):

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

No one assigned

    Labels

    api: bigquerystorageIssues related to the googleapis/java-bigquerystorage API.priority: p2Moderately-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.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions