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 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)
No new revisions were added by this update.
Summary of changes:
.../source/scan/AutoClosingIteratorSpec.scala | 154 +++++++++++++++++++++
.../amber/operator/union/UnionOpExecSpec.scala | 114 +++++++++++++++
2 files changed, 268 insertions(+)
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/union/UnionOpExecSpec.scala