This is an automated email from the ASF dual-hosted git repository.
yiconghuang pushed a change to branch feat/add-feature-template
in repository https://gitbox.apache.org/repos/asf/texera.git
from 63459ec18f Merge branch 'main' into feat/add-feature-template
add 7932f34a98 chore(doc): create pull request template for contributors
(#3899)
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 0dc0af15f6 Merge branch 'main' into feat/add-feature-template
No new revisions were added by this update.
Summary of changes:
.github/PULL_REQUEST_TEMPLATE | 53 +++++++++++++++++++++
.licenserc.yaml | 1 +
.../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
12 files changed, 121 insertions(+), 25 deletions(-)
create mode 100644 .github/PULL_REQUEST_TEMPLATE
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