This is an automated email from the ASF dual-hosted git repository.
linxinyuan pushed a commit to branch xinyuan-region-gui
in repository https://gitbox.apache.org/repos/asf/texera.git
The following commit(s) were added to refs/heads/xinyuan-region-gui by this
push:
new fab2c543a9 fix fmt
fab2c543a9 is described below
commit fab2c543a99687cdf30f1161125b06adf0d8956b
Author: Xinyuan Lin <[email protected]>
AuthorDate: Thu Oct 16 17:16:18 2025 -0700
fix fmt
---
.../apache/amber/engine/architecture/controller/WorkflowScheduler.scala | 1 +
1 file changed, 1 insertion(+)
diff --git
a/amber/src/main/scala/org/apache/amber/engine/architecture/controller/WorkflowScheduler.scala
b/amber/src/main/scala/org/apache/amber/engine/architecture/controller/WorkflowScheduler.scala
index 8b6784dcb8..6fd8c3ff03 100644
---
a/amber/src/main/scala/org/apache/amber/engine/architecture/controller/WorkflowScheduler.scala
+++
b/amber/src/main/scala/org/apache/amber/engine/architecture/controller/WorkflowScheduler.scala
@@ -35,6 +35,7 @@ class WorkflowScheduler(
private var schedule: Schedule = _
def getSchedule: Schedule = schedule
+
/**
* Update the schedule to be executed, based on the given physicalPlan.
*/