We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c78ec9 commit d56c573Copy full SHA for d56c573
google-cloud-spanner/src/main/java/com/google/cloud/spanner/SessionPoolOptions.java
@@ -370,9 +370,7 @@ private static Boolean getUseMultiplexedSessionFromEnvVariable() {
370
@VisibleForTesting
371
@InternalApi
372
protected static Boolean getUseMultiplexedSessionFromEnvVariablePartitionedOps() {
373
- // Checks the value of env, GOOGLE_CLOUD_SPANNER_MULTIPLEXED_SESSIONS_PARTITIONED_OPS
374
- // This returns null until Partitioned Operations is supported.
375
- return null;
+ return parseBooleanEnvVariable("GOOGLE_CLOUD_SPANNER_MULTIPLEXED_SESSIONS_PARTITIONED_OPS");
376
}
377
378
private static Boolean parseBooleanEnvVariable(String variableName) {
0 commit comments