shnapz commented on code in PR #36781:
URL: https://github.com/apache/beam/pull/36781#discussion_r2515892129


##########
sdks/java/io/jms/src/test/java/org/apache/beam/sdk/io/jms/JmsIOTest.java:
##########
@@ -648,6 +648,9 @@ private JmsIO.UnboundedJmsReader setupReaderForTest() 
throws JMSException {
     final int delay = 10;
     return connectorClass == JmsConnectionFactory.class
         ? (JmsTextMessage message) -> {
+          if (message == null) {
+            return null;
+          }

Review Comment:
   irrelevant change to fix flaky tests



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