Skip to content

Commit a461c39

Browse files
committed
fix: do not use any random staleness for partitioned queries
1 parent d5248cc commit a461c39

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

google-cloud-spanner/src/test/java/com/google/cloud/spanner/it/ITBatchReadTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,6 @@ public void testRunPartitionedQuery() {
341341
try (Connection connection = options.getConnection()) {
342342
// Use dynamic parallelism.
343343
connection.setMaxPartitionedParallelism(0);
344-
connection.setReadOnlyStaleness(getRandomBound());
345344

346345
BitSet seenRows = new BitSet(numRows);
347346
try (PartitionedQueryResultSet resultSet =

0 commit comments

Comments
 (0)