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 043ed302c3 test(loop): cover the output-storage reuse decision in
RegionExecutionCoordinator
add 7fd110a833 refactor+test(loop): gate MATERIALIZED check on an operator
flag, not a class
No new revisions were added by this update.
Summary of changes:
.../web/service/WorkflowExecutionService.scala | 58 +++++++++++------
.../web/service/WorkflowExecutionServiceSpec.scala | 76 ++++++++++++++++++++++
.../apache/texera/amber/operator/LogicalOp.scala | 10 +++
.../texera/amber/operator/loop/LoopEndOpDesc.scala | 4 ++
.../amber/operator/loop/LoopStartOpDesc.scala | 4 ++
5 files changed, 133 insertions(+), 19 deletions(-)
create mode 100644
amber/src/test/scala/org/apache/texera/web/service/WorkflowExecutionServiceSpec.scala