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 8febad23a0 test(workflow-operator): add unit test coverage for
OperatorDescriptorUtils + DistributedAggregation + URLFetchUtil (#5798)
add 41123c0ad1 test(workflow-operator): add unit test coverage for text
search and match operator descriptors (#5813)
No new revisions were added by this update.
Summary of changes:
.../dictionary/DictionaryMatcherOpDescSpec.scala | 106 +++++++++++++++++++++
.../keywordSearch/KeywordSearchOpDescSpec.scala | 92 ++++++++++++++++++
.../amber/operator/regex/RegexOpDescSpec.scala | 78 +++++++++++++++
.../SubstringSearchOpDescSpec.scala | 83 ++++++++++++++++
4 files changed, 359 insertions(+)
create mode 100644
common/workflow-operator/src/test/scala/org/apache/texera/amber/operator/dictionary/DictionaryMatcherOpDescSpec.scala
create mode 100644
common/workflow-operator/src/test/scala/org/apache/texera/amber/operator/keywordSearch/KeywordSearchOpDescSpec.scala
create mode 100644
common/workflow-operator/src/test/scala/org/apache/texera/amber/operator/regex/RegexOpDescSpec.scala
create mode 100644
common/workflow-operator/src/test/scala/org/apache/texera/amber/operator/substringSearch/SubstringSearchOpDescSpec.scala