aglinxinyuan commented on code in PR #4444:
URL: https://github.com/apache/texera/pull/4444#discussion_r3143231398
##########
amber/src/main/scala/org/apache/texera/amber/engine/architecture/scheduling/Schedule.scala:
##########
@@ -31,4 +33,12 @@ case class Schedule(private val levelSets: Map[Int,
Set[Region]]) extends Iterat
currentLevel += 1
regions
}
+
+ def jumpToOperator(opId: OperatorIdentity): Unit =
Review Comment:
Updated. `Schedule` is now immutable again.
I removed the mutable jump method from `Schedule` and kept it as static
schedule data. It still supports iteration for existing callers, but the
jump/backtracking behavior now lives in the coordinator.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]