The GitHub Actions job "Required Checks" on texera.git/main has failed. Run started by GitHub user github-merge-queue[bot] (triggered by github-merge-queue[bot]).
Head commit for run: 74944142b4e398afdd868759803f0726f4d5c84b / Matthew B. <[email protected]> chore(pyamber): remove dead duplicate TimedBuffer (#5981) ### What changes were proposed in this PR? - Deleted `amber/src/main/python/core/util/console_message/timed_buffer.py`, a dead, unreferenced near-duplicate of the live `core/util/buffer/timed_buffer.py`. - No other files change: the only live `TimedBuffer` user, `console_message_manager.py`, already imports the `buffer/` version, and the sibling files in the `console_message/` directory (`error_message`, `replace_print`, `timestamp`) remain in use and are untouched. ### Any related issues, documentation, discussions? Closes: #5980 ### How was this PR tested? - Pure deletion of unreferenced code, so no test was added or changed. Confirmed dead three ways: `grep -rn "console_message.timed_buffer" amber/src` returns no importers, there is no `__init__` re-export of the module, and no test references it. - Reviewer can verify with `cd amber/src/main/python && grep -rn "console_message.timed_buffer\|console_message import timed_buffer" .`, expect zero matches outside the deleted file itself. ### Was this PR authored or co-authored using generative AI tooling? Co-authored with Claude Opus 4.8 in compliance with ASF Report URL: https://github.com/apache/texera/actions/runs/28831540822 With regards, GitHub Actions via GitBox
