The GitHub Actions job "Required Checks" on texera.git/xinyuan-scheduler-jump has failed. Run started by GitHub user aglinxinyuan (triggered by aglinxinyuan).
Head commit for run: 664fdd945c9f7be2678a05e6fc1bc5725e053fe1 / Xinyuan Lin <[email protected]> refactor(amber): drop executionLevels, use cursor reset for jumps The replay-tail bookkeeping in `executionLevels` produced the same visible yield sequence as a plain cursor reset, since after each jump the new schedule's first effective level was the target. Drop `executionLevels` and `effectiveExecutionLevels` from `Schedule`, collapse the cursor back to a level index, and reduce `JumpToOperatorRegionHandler` to a one-liner `schedule.copy(initialLevelIndex = targetLevel)`. The 6-level ABCDEF replay test (`replay the target-onward range each time it jumps back`) keeps the same assertions — the visible yield sequence ABCDECDECDEF is produced equally by cursor reset. Co-Authored-By: Claude Opus 4.7 (1M context) <[email protected]> Report URL: https://github.com/apache/texera/actions/runs/25240554689 With regards, GitHub Actions via GitBox
