The GitHub Actions job "Required Checks" on texera.git/loop-feb has failed. Run started by GitHub user aglinxinyuan (triggered by aglinxinyuan).
Head commit for run: 25c46a1a554cc66045114ba81a4c94d1b81fba7e / probe <probe@x> refactor(amber): centralize reserved `table` key; raise on user collision Two points from review: - The reserved name was centralized in _RESERVED_STATE_KEYS but the literal "table" was repeated at the inject/serialize/read sites. Add _TABLE_KEY = "table", derive _RESERVED_STATE_KEYS from it, and reference it everywhere. - A user loop variable named `table` collided with the runtime's input table and was silently dropped by _strip_reserved. Raise instead (via _reserved_name_error): LoopStart.produce_state_on_finish flags a `table` in self.state; LoopEnd.run_update flags an `update` that rebinds the seeded table. Adds TestReservedNameCollision. Per @Xiao-zhen-Liu's review on #5700. Report URL: https://github.com/apache/texera/actions/runs/29178647332 With regards, GitHub Actions via GitBox
