The GitHub Actions job "Required Checks" on 
texera.git/exception-report-refactor has succeeded.
Run started by GitHub user aglinxinyuan (triggered by aglinxinyuan).

Head commit for run:
57b35b4d73a48bbadf8df91a8d7d469b86ad78bb / Xinyuan Lin <[email protected]>
refactor(amber): centralize uncaught-exception console reporting

Move the operator-facing ERROR console-message construction for an uncaught
exception out of DataProcessor._report_exception into
ConsoleMessageManager.report_exception(worker_id, exc_info), and have
DataProcessor delegate to it. Behavior-preserving: the same ERROR
ConsoleMessage (title = exception's final line, message = full traceback,
source = module:func:line of the raising frame) is queued on the same buffer.

Centralizing it lets other uncaught-exception paths report identically. Adds a
unit test pinning the ERROR message construction; the existing data_processor
test (console messages after a UDF raises) still passes, confirming behavior
is preserved.

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

With regards,
GitHub Actions via GitBox

Reply via email to