The GitHub Actions job "Flink CI (beta)" on flink.git/master has failed.
Run started by GitHub user fhueske (triggered by fhueske).

Head commit for run:
f5aaf91f2db1f3eadffc325ad278680dc7aeac56 / Fabian Hueske <[email protected]>
[FLINK-40158][table-planner] Support LATERAL SNAPSHOT join in batch mode 
(#28763)

In batch, all input is bounded and append-only, so the processing-time
LATERAL SNAPSHOT join degenerates to a regular join of the probe side
against the (final) build side; the SNAPSHOT-specific arguments are
dropped. BatchPhysicalLateralSnapshotJoinRule converts the logical
snapshot join into a shuffle hash join that builds the (smaller) SNAPSHOT
side, mirroring StreamPhysicalLateralSnapshotJoinRule.

Generated-By: Claude Opus 4.8 (1M context)

Report URL: https://github.com/apache/flink/actions/runs/29749327349

With regards,
GitHub Actions via GitBox

Reply via email to