This is an automated email from the ASF dual-hosted git repository.
aglinxinyuan pushed a change to branch xinyuan-loop-feb
in repository https://gitbox.apache.org/repos/asf/texera.git
from 3f11520450 docs(loop): document reset_output_storage firing condition
at the call site
add 190823f756 test(workflow-operator): add unit test coverage for
CaseSensitiveAnalyzer (#5658)
add e0a9647881 test(workflow-operator): add unit test coverage for
AutoClosingIterator and UnionOpExec (#5657)
add 7ae9b35f12 test(workflow-operator): add unit test coverage for
filter-family operator executors (#5656)
add 2d2621fb00 Merge branch 'main' into xinyuan-loop-feb
No new revisions were added by this update.
Summary of changes:
.../amber/operator/filter/FilterOpExecSpec.scala | 130 +++++++++++++++
.../keywordSearch/CaseSensitiveAnalyzerSpec.scala | 182 +++++++++++++++++++++
.../RandomKSamplingOpExecSpec.scala | 129 +++++++++++++++
.../amber/operator/regex/RegexOpExecSpec.scala | 139 ++++++++++++++++
.../source/scan/AutoClosingIteratorSpec.scala | 154 +++++++++++++++++
.../SubstringSearchOpExecSpec.scala | 133 +++++++++++++++
.../amber/operator/union/UnionOpExecSpec.scala | 114 +++++++++++++
7 files changed, 981 insertions(+)
create mode 100644
common/workflow-operator/src/test/scala/org/apache/texera/amber/operator/filter/FilterOpExecSpec.scala
create mode 100644
common/workflow-operator/src/test/scala/org/apache/texera/amber/operator/keywordSearch/CaseSensitiveAnalyzerSpec.scala
create mode 100644
common/workflow-operator/src/test/scala/org/apache/texera/amber/operator/randomksampling/RandomKSamplingOpExecSpec.scala
create mode 100644
common/workflow-operator/src/test/scala/org/apache/texera/amber/operator/regex/RegexOpExecSpec.scala
create mode 100644
common/workflow-operator/src/test/scala/org/apache/texera/amber/operator/source/scan/AutoClosingIteratorSpec.scala
create mode 100644
common/workflow-operator/src/test/scala/org/apache/texera/amber/operator/substringSearch/SubstringSearchOpExecSpec.scala
create mode 100644
common/workflow-operator/src/test/scala/org/apache/texera/amber/operator/union/UnionOpExecSpec.scala