arunpandianp commented on code in PR #36742:
URL: https://github.com/apache/beam/pull/36742#discussion_r2520030767


##########
runners/google-cloud-dataflow-java/worker/src/main/java/org/apache/beam/runners/dataflow/worker/util/ThreadLocalByteStringOutputStream.java:
##########
@@ -89,11 +89,12 @@ private static StreamHandle 
getStreamHandleFromThreadLocal() {
     // softRefHolder is only set by Threadlocal initializer and should not be 
null
     SoftRefHolder softRefHolder =
         Preconditions.checkArgumentNotNull(threadLocalSoftRefHolder.get());
-    StreamHandle streamHandle;
+    StreamHandle streamHandle = null;

Review Comment:
   Done.



-- 
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