aglinxinyuan opened a new issue, #4561:
URL: https://github.com/apache/texera/issues/4561

   ### Task Summary
   
   `Schedule` 
(`amber/src/main/scala/org/apache/texera/amber/engine/architecture/scheduling/Schedule.scala`)
 is central to region-by-region workflow execution but currently has no 
dedicated unit tests. Add `ScheduleSpec` covering its iterator semantics:
   
   - `getRegions` flattens all level sets
   - Iteration follows ascending level keys starting from the minimum
   - `hasNext` / `next()` semantics: empty schedule, exhaustion, non-zero start
   - Gap-stop behavior on non-contiguous level keys
   
   ### Priority
   P3 – Low
   
   ### Task Type
   - [x] Testing / QA


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