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:
e9540aed0082b0908feb3348dfc3befe776160fc / Fabian Hueske <[email protected]>
[FLINK-39781][table] Add LateralSnapshotJoinOperator with two-phase LOAD/JOIN 
execution (#28329)

Stateful keyed two-input operator backing LATERAL SNAPSHOT joins.

* Two phases (LOAD/JOIN) with flip triggers: build-side WM reaches
  loadCompletedTime, or a processing-time idle-timeout fallback.
* Probe records are buffered in LOAD and joined on flip. Build-side changes
  are buffered per-key and applied lazily in event-time order on the next
  per-key access once the build-side WM advanced, preserving atomic -U/+U
  visibility.
* Watermarks: build-side absorbed; probe-side held back in LOAD, forwarded
  in JOIN. NULL equi-keys filtered via JoinConditionWithNullFilters.
* State TTL via keyed processing-time timers with a post-flip grace window;
  rearms are amortized so effective time-to-eviction is in
  [1.0×, 1.5×] stateTtlMs.

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

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

With regards,
GitHub Actions via GitBox

Reply via email to