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

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


    from a9e32dbd99 fix fmt
     add d217b8c20e feat(op): add Substring Search operator with case 
sensitivity support (#3780)
     add 9322ae62db feat(gui): Display the number of workers for each operator 
during execution (#3911)
     add 2be62dc5b2 Merge branch 'main' into xinyuan-region-gui

No new revisions were added by this update.

Summary of changes:
 .../org/apache/amber/operator/LogicalOp.scala      |   2 ++
 .../SubstringSearchOpDesc.scala}                   |  23 ++++++++++++--------
 .../SubstringSearchOpExec.scala}                   |  24 +++++++++++----------
 .../workspace/component/menu/menu.component.html   |  14 ++++++++++--
 .../app/workspace/component/menu/menu.component.ts |  13 ++++++++---
 .../workflow-editor/workflow-editor.component.scss |   4 ++++
 .../workflow-editor/workflow-editor.component.ts   |   1 +
 .../workspace/service/joint-ui/joint-ui.service.ts |  10 +++++++++
 .../workspace/types/execute-workflow.interface.ts  |   1 +
 .../src/assets/operator_images/SubstringSearch.png | Bin 0 -> 507231 bytes
 10 files changed, 67 insertions(+), 25 deletions(-)
 copy 
common/workflow-operator/src/main/scala/org/apache/amber/operator/{keywordSearch/KeywordSearchOpDesc.scala
 => substringSearch/SubstringSearchOpDesc.scala} (77%)
 copy 
common/workflow-operator/src/main/scala/org/apache/amber/operator/{regex/RegexOpExec.scala
 => substringSearch/SubstringSearchOpExec.scala} (63%)
 create mode 100644 frontend/src/assets/operator_images/SubstringSearch.png

Reply via email to