Ma77Ball opened a new pull request, #5981: URL: https://github.com/apache/texera/pull/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 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
