Skip to content

Commit 4237623

Browse files
Add more logs
1 parent 2b273f9 commit 4237623

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -473,6 +473,7 @@ public void run() {
473473
return;
474474
}
475475
}
476+
System.out.println("Initiate Streaming");
476477
if (!initiateStreaming(AsyncResultSetImpl.this)) {
477478
initiateProduceRows();
478479
}

0 commit comments

Comments
 (0)