This is an automated email from the ASF dual-hosted git repository.

linxinyuan pushed a change to branch xiaozhen-sync-region-kill
in repository https://gitbox.apache.org/repos/asf/texera.git


    from fb1471e8d3 Merge branch 'refs/heads/main' into 
xiaozhen-sync-region-kill
     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)
     new 30f47b0347 Merge branch 'main' into xiaozhen-sync-region-kill

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


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

Reply via email to