mxm edited a comment on issue #11362: URL: https://github.com/apache/beam/pull/11362#issuecomment-616367625
Unrelated test failure, batch processing test for SDF fails (no changes to batch in this PR): ``` 21:40:10 org.apache.beam.sdk.transforms.SplittableDoFnTest > testPairWithIndexWindowedTimestampedBounded FAILED 21:40:10 org.apache.beam.sdk.Pipeline$PipelineExecutionException at SplittableDoFnTest.java:224 21:40:10 Caused by: java.lang.NullPointerException 21:40:34 21:40:34 org.apache.beam.sdk.transforms.SplittableDoFnTest > testPairWithIndexBasicBounded FAILED 21:40:34 org.apache.beam.sdk.Pipeline$PipelineExecutionException at SplittableDoFnTest.java:157 21:40:34 Caused by: java.lang.NullPointerException 21:41:25 21:41:25 242 tests completed, 2 failed, 2 skipped 21:41:32 21:41:32 > Task :runners:flink:1.10:validatesRunnerBatch FAILED ``` https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Flink_PR/239/ Also noticing this test is at times unstable for streaming with the master version. So clearly not a regression of this PR. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
