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:
dd9e738ce158d28cd09ebc39b4d12884e7a77289 / Xinyuan Lin <[email protected]>
refactor(amber): move target-operator search into JumpToOperatorRegionHandler

The precomputed `operatorLevelIndices` in `Schedule` was rebuilt every
time a Schedule was constructed (including the `copy(...)` on each
jump), so the up-front O(N*R*Ops) build cost matched a single linear
scan — the O(1) lookup didn't pay off when each lookup happens at most
once before the schedule is replaced. Drop the precomputed map and
`getLevelIndexOfOperator`; the handler now scans `levelSets` inline
with `collectFirst`. `levelSets` becomes a public val so the handler
can reach it.

Co-Authored-By: Claude Opus 4.7 (1M context) <[email protected]>

Report URL: https://github.com/apache/texera/actions/runs/25241257050

With regards,
GitHub Actions via GitBox

Reply via email to