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 d5248cc commit a461c39Copy full SHA for a461c39
google-cloud-spanner/src/test/java/com/google/cloud/spanner/it/ITBatchReadTest.java
@@ -341,7 +341,6 @@ public void testRunPartitionedQuery() {
341
try (Connection connection = options.getConnection()) {
342
// Use dynamic parallelism.
343
connection.setMaxPartitionedParallelism(0);
344
- connection.setReadOnlyStaleness(getRandomBound());
345
346
BitSet seenRows = new BitSet(numRows);
347
try (PartitionedQueryResultSet resultSet =
0 commit comments