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 80469e7508 Merge branch 'main' into xinyuan-loop-feb
add ca12ad0f3c test(loop): cover LoopStart/LoopEnd codegen + flat/nested
runtime behavior
No new revisions were added by this update.
Summary of changes:
.../test/python/core/models/test_loop_operators.py | 424 +++++++++++++++++++++
.../amber/operator/loop/LoopEndOpDescSpec.scala | 152 ++++++++
.../amber/operator/loop/LoopStartOpDescSpec.scala | 121 ++++++
3 files changed, 697 insertions(+)
create mode 100644 amber/src/test/python/core/models/test_loop_operators.py
create mode 100644
common/workflow-operator/src/test/scala/org/apache/texera/amber/operator/loop/LoopEndOpDescSpec.scala
create mode 100644
common/workflow-operator/src/test/scala/org/apache/texera/amber/operator/loop/LoopStartOpDescSpec.scala