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 2130f52 commit 724903dCopy full SHA for 724903d
google-cloud-spanner/src/main/java/com/google/cloud/spanner/BatchClientImpl.java
@@ -298,8 +298,7 @@ public List<Partition> partitionQuery(
298
299
void maybeMarkUnimplementedForPartitionedOps(SpannerException spannerException) {
300
if (MultiplexedSessionDatabaseClient.verifyErrorMessage(
301
- spannerException,
302
- "Partitioned operations are not supported with multiplexed sessions")) {
+ spannerException, "Partitioned operations are not supported with multiplexed sessions")) {
303
unimplementedForPartitionedOps.set(true);
304
}
305
0 commit comments