Skip to content

Commit e99c33b

Browse files
disable streaming thread
1 parent 4d7c5fc commit e99c33b

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/AsyncResultSetImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,7 @@ public ApiFuture<Void> setCallback(Executor exec, ReadyCallback cb) {
490490
this.result = SettableApiFuture.create();
491491
this.state = State.STREAMING_INITIALIZED;
492492
initiateProduceRows();
493-
// this.service.execute(new InitiateStreamingRunnable());
493+
// this.service.execute(new InitiateStreamingRunnable());
494494
this.executor = MoreExecutors.newSequentialExecutor(Preconditions.checkNotNull(exec));
495495
this.callback = Preconditions.checkNotNull(cb);
496496
pausedLatch.countDown();

0 commit comments

Comments
 (0)