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 8ca6bb2aef test(workflow-operator): add unit test coverage for
row-count-shaping operator descriptors (#5814)
add ea41378946 test(workflow-operator): add unit test coverage for
column-transform operator descriptors (#5826)
No new revisions were added by this update.
Summary of changes:
.../SpecializedFilterOpDescSpec.scala} | 53 ++++++------
.../typecasting/TypeCastingOpDescSpec.scala | 93 +++++++++++++++++++++
.../unneststring/UnnestStringOpDescSpec.scala | 97 ++++++++++++++++++++++
3 files changed, 214 insertions(+), 29 deletions(-)
copy
common/workflow-operator/src/test/scala/org/apache/texera/amber/operator/{regex/RegexOpDescSpec.scala
=> filter/SpecializedFilterOpDescSpec.scala} (57%)
create mode 100644
common/workflow-operator/src/test/scala/org/apache/texera/amber/operator/typecasting/TypeCastingOpDescSpec.scala
create mode 100644
common/workflow-operator/src/test/scala/org/apache/texera/amber/operator/unneststring/UnnestStringOpDescSpec.scala