This is an automated email from the ASF dual-hosted git repository. aglinxinyuan pushed a commit to branch xinyuan-state-only in repository https://gitbox.apache.org/repos/asf/texera.git
commit 92905d89ad9f55a8deb50377fba51d961503f911 Author: Xinyuan Lin <[email protected]> AuthorDate: Sun Apr 19 16:16:35 2026 -0700 fix fmt --- .../engine/architecture/scheduling/RegionExecutionCoordinator.scala | 1 - 1 file changed, 1 deletion(-) diff --git a/amber/src/main/scala/org/apache/texera/amber/engine/architecture/scheduling/RegionExecutionCoordinator.scala b/amber/src/main/scala/org/apache/texera/amber/engine/architecture/scheduling/RegionExecutionCoordinator.scala index 889c9c94ee..5be5d942e5 100644 --- a/amber/src/main/scala/org/apache/texera/amber/engine/architecture/scheduling/RegionExecutionCoordinator.scala +++ b/amber/src/main/scala/org/apache/texera/amber/engine/architecture/scheduling/RegionExecutionCoordinator.scala @@ -572,7 +572,6 @@ class RegionExecutionCoordinator( schemaOptional.getOrElse(throw new IllegalStateException("Schema is missing")) DocumentFactory.createDocument(storageUriToAdd, schema) DocumentFactory.createDocument(stateUriToAdd, State.schema) - WorkflowExecutionsResource.insertOperatorPortResultUri( eid = eid, globalPortId = outputPortId,
