This is an automated email from the ASF dual-hosted git repository.
github-merge-queue[bot] pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/texera.git
from 2e0dd7ca45 feat(execution): add
PhysicalOp.requiresMaterializedExecution, consumed by the scheduler (#5720)
add 3ced705c72 refactor(amber): centralize uncaught-exception console
reporting (#5783)
No new revisions were added by this update.
Summary of changes:
.../main/python/core/runnables/data_processor.py | 34 +------
.../core/util/console_message/error_message.py | 61 ++++++++++++
.../util/console_message/test_error_message.py | 102 +++++++++++++++++++++
3 files changed, 168 insertions(+), 29 deletions(-)
create mode 100644
amber/src/main/python/core/util/console_message/error_message.py
create mode 100644
amber/src/test/python/core/util/console_message/test_error_message.py