Yicong-Huang opened a new pull request, #4533:
URL: https://github.com/apache/texera/pull/4533

   ### What changes were proposed in this PR?
   
   Remove the unused `SchedulerTimeSlotExpiredPause` pause type and the dead 
Python handler that referenced it. None of the following symbols are referenced 
anywhere in the codebase:
   
   - `SchedulerTimeSlotExpiredPause` (Scala) in 
`amber/src/main/scala/.../worker/PauseType.scala`
   - `PauseType.SCHEDULER_TIME_SLOT_EXPIRED_PAUSE` (Python) in 
`amber/src/main/python/core/architecture/managers/pause_manager.py`
   - `MainLoop._scheduler_time_slot_event` (Python) in 
`amber/src/main/python/core/runnables/main_loop.py` — never called
   
   The Python enum is renumbered to keep values consecutive; the int values are 
not serialized externally.
   
   ### Any related issues, documentation, discussions?
   
   Closes #4532
   
   ### How was this PR tested?
   
   Pure dead-code removal — no behavior change. Verified via repo-wide grep 
that no references to the removed symbols remain. Existing `sbt test` and 
Python tests cover the surrounding pause/main-loop code paths.
   
   ### Was this PR authored or co-authored using generative AI tooling?
   
   Generated-by: Claude Code (Opus 4.7)


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