This is an automated email from the ASF dual-hosted git repository.
linxinyuan pushed a change to branch xinyuan-loop-feb
in repository https://gitbox.apache.org/repos/asf/texera.git
from 084f602990 update
add 641fb857b5 fix(amber): fix getting uncreated region status in query
statistics handler (#4213)
add 852ebee5a4 feat(gui): Display the status for each operator during
execution (#4195)
add 3e92803d84 feat: introduce sklearn testing operator (#4211)
add 286a39626a fix: Added setup python section to frontend test to pin
python to 3.12 (#4215)
add 30f47b0347 Merge branch 'main' into xiaozhen-sync-region-kill
add ae0d4ed6ad Merge branch 'xiaozhen-sync-region-kill' into
xinyuan-loop-feb
No new revisions were added by this update.
Summary of changes:
.github/workflows/github-action-build.yml | 5 +
.../input_port_materialization_reader_runnable.py | 3 +-
.../controller/execution/WorkflowExecution.scala | 18 +++-
.../QueryWorkerStatisticsHandler.scala | 32 +++---
.../apache/texera/amber/operator/LogicalOp.scala | 4 +-
.../sklearn/testing/SklearnTestingOpDesc.scala | 115 +++++++++++++++++++++
.../workspace/component/menu/menu.component.html | 8 ++
.../app/workspace/component/menu/menu.component.ts | 18 ++++
.../workflow-editor/workflow-editor.component.scss | 4 +
.../workflow-editor/workflow-editor.component.ts | 1 +
.../workspace/service/joint-ui/joint-ui.service.ts | 19 ++++
.../src/assets/operator_images/SklearnTesting.png | Bin 0 -> 843070 bytes
12 files changed, 209 insertions(+), 18 deletions(-)
create mode 100644
common/workflow-operator/src/main/scala/org/apache/texera/amber/operator/sklearn/testing/SklearnTestingOpDesc.scala
create mode 100644 frontend/src/assets/operator_images/SklearnTesting.png