The GitHub Actions job "Nightly (beta)" on flink.git/master has failed. Run started by GitHub user github-actions[bot] (triggered by github-actions[bot]).
Head commit for run: 4f424c7a6fdb8e30a3d654b151faec0fcd9526a2 / Arvid Heise <ar...@apache.org> [FLINK-37969] Allow Transformation subgraphs to be merged during translation Transformations are immutable by design and thus planner or DataStream API need to generate a subgraph in one pass. However, there are some use cases where we would attach some small subgraph to a larger subgraph before translation into a StreamGraph. For example, system views in SQL may actually refer to specific parts of the query where we would like to add a subgraph to a side-output. This commit adds StubTransformation that is later connected to an existing Transformation by defining a predicate to find the upstream transformations to which to connect the downstream transformations. Report URL: https://github.com/apache/flink/actions/runs/15747978214 With regards, GitHub Actions via GitBox