File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
google-cloud-spanner/src/main/java/com/google/cloud/spanner Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -479,11 +479,14 @@ public void run() {
479479 // if (state == State.STREAMING_INITIALIZED) {
480480 // state = State.STREAMING_IN_PROGRESS;
481481 // }
482+ System .out .println ("InitiateStreamingRunnable" );
482483 if (!initiateStreaming (AsyncResultSetImpl .this )) {
484+ System .out .println ("Inside if initiateProduceRows" );
483485 initiateProduceRows ();
484486 }
485487 // }
486488 } catch (Throwable exception ) {
489+ System .out .println ("exception initiateProduceRows" );
487490 executionException = SpannerExceptionFactory .asSpannerException (exception );
488491 initiateProduceRows ();
489492 }
@@ -652,6 +655,7 @@ public Struct getCurrentRowAsStruct() {
652655
653656 @ Override
654657 public void onStreamMessage (PartialResultSet partialResultSet , boolean bufferIsFull ) {
658+ System .out .println ("onStreamMessage" );
655659 synchronized (monitor ) {
656660 if (produceRowsInitiated ) {
657661 return ;
You can’t perform that action at this time.
0 commit comments