lostluck opened a new issue, #23561: URL: https://github.com/apache/beam/issues/23561
### What happened? Release Validation branch https://github.com/apache/beam/pull/23200 has failures for the Flink Example post commits: https://ci-beam.apache.org/job/beam_PostCommit_Java_Examples_Flink_PR/8/ from the beam branch: `./gradlew :runners:flink:1.13:examplesIntegrationTest` replicates the same failure. Errors are all the following InvalidProgramException ``` 08:52:14 org.apache.beam.examples.snippets.transforms.io.gcp.bigquery.BigQuerySamplesIT > testTableIO FAILED 08:52:14 org.apache.beam.sdk.Pipeline$PipelineExecutionException at BigQuerySamplesIT.java:108 08:52:14 Caused by: org.apache.flink.api.common.InvalidProgramException at BigQuerySamplesIT.java:108 ``` Other flink validation is passing so it appears related to gradle configuration or similar. This needs to be determined and or resolved before RC2 is built. ### Issue Priority Priority: 1 ### Issue Component Component: runner-flink -- 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]
