Yicong-Huang opened a new issue, #4503: URL: https://github.com/apache/texera/issues/4503
## Task Summary `amber/src/test/scala/org/apache/texera/amber/engine/architecture/breakpoint/ExceptionBreakpointSpec.scala` has had all 7 of its test cases commented out since #941 (2020-12-21) — over 5 years of dead code. Subsequent commits only touched it for package renames (apache migration, pekko switch). The spec targeted the **old tuple-level breakpoint mechanism** in the Scala Amber engine (faulted/conditional/count breakpoints on `LocalScanSource` + `KeywordMatcher` etc., handled via `ReportGlobalBreakpointTriggered` / `SkipTuple` / `ModifyTuple`). This is unrelated to the modern Python UDF debugger (Udon), which is covered by frontend specs. ## Proposed Action Delete `ExceptionBreakpointSpec.scala`. If `LocalBreakpoint` / `FaultedTuple` / `SkipTuple` / `ModifyTuple` and related classes are no longer referenced by production code, remove them too in the same PR. ## Priority P3 – Low (cleanup) ## Task Type - [x] Refactor / Cleanup - [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]
