m-trieu commented on code in PR #32774:
URL: https://github.com/apache/beam/pull/32774#discussion_r1813317778


##########
runners/google-cloud-dataflow-java/worker/src/main/java/org/apache/beam/runners/dataflow/worker/windmill/client/grpc/GrpcGetDataStream.java:
##########
@@ -354,18 +358,24 @@ private <ResponseT> ResponseT issueRequest(QueuedRequest 
request, ParseFn<Respon
       }
     }
 
-    throw new WindmillStreamShutdownException(
-        "Cannot send request=[" + request + "] on closed stream.");
+    throw new org.apache.beam.runners.dataflow.worker.windmill.client
+        .WindmillStreamShutdownException("Cannot send request=[" + request + 
"] on closed stream.");
   }
 
   private void handleShutdown(QueuedRequest request, Throwable cause) {
-    if (cause instanceof WindmillStreamShutdownException) {
-      throw (WindmillStreamShutdownException) cause;
+    if (cause
+        instanceof
+        
org.apache.beam.runners.dataflow.worker.windmill.client.WindmillStreamShutdownException)
 {
+      throw (org.apache.beam.runners.dataflow.worker.windmill.client

Review Comment:
   not needed removed



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to