mosche commented on code in PR #26946:
URL: https://github.com/apache/beam/pull/26946#discussion_r1259613175


##########
sdks/java/io/amazon-web-services2/src/main/java/org/apache/beam/sdk/io/aws2/sqs/SqsIO.java:
##########
@@ -241,7 +277,442 @@ public void setup(PipelineOptions options) throws 
Exception {
 
     @ProcessElement
     public void processElement(ProcessContext processContext) throws Exception 
{
+      if (sqs == null) {

Review Comment:
   It's a transient field, so theoretically it can happen and checker complains 
about it unless checked. 



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