PDGGK commented on PR #39744: URL: https://github.com/apache/beam/pull/39744#issuecomment-5294494390
The one red check is `beam_PreCommit_Java_IOs_Direct`, failing in a module this PR does not touch: ``` JmsIOTest > testCheckpointMarkSafety[with client class class org.apache.qpid.jms.JmsConnectionFactory] FAILED > Task :sdks:java:io:jms:test FAILED 70 tests completed, 1 failed ``` This PR changes `sdks/java/core/.../util/RowJsonValueExtractors.java` and its test; the failure is a timing-sensitive JMS checkpoint test in `sdks/java/io/jms`, 69 of 70 in that module passing. -- 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]
