Yicong-Huang commented on code in PR #4444:
URL: https://github.com/apache/texera/pull/4444#discussion_r3143147252


##########
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:
   "schedule" should be static dataclass. it is more like a state. there 
shouldn't be a verb function on it?



-- 
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]

Reply via email to