Skip to content

Commit f54b562

Browse files
fix(spanner): unflake unit tests
1 parent 6225efa commit f54b562

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google-cloud-spanner/src/main/java/com/google/cloud/spanner/ResumableStreamIterator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ abstract class ResumableStreamIterator extends AbstractIterator<PartialResultSet
6868
private final int maxBufferSize;
6969
private final ISpan span;
7070
private final TraceWrapper tracer;
71-
private CloseableIterator<PartialResultSet> stream;
71+
private volatile CloseableIterator<PartialResultSet> stream;
7272
private ByteString resumeToken;
7373
private boolean finished;
7474
/**

0 commit comments

Comments
 (0)