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

   ### Task Summary
   
   `WorkflowSnapshotService` calls REST endpoints that no longer exist on the 
backend, and no component calls the service.
   
   It targets `${AppSettings.getApiEndpoint()}/snapshot` — `PUT 
/snapshot/upload` and `GET /snapshot/{sid}`. There is no `@Path("/snapshot")` 
resource anywhere in the Scala sources, so both requests would 404 if anything 
invoked them.
   
   Nothing does. The service's only references are in 
`execute-workflow.service.spec.ts`, which imports it and calls `TestBed.inject` 
but never asserts on it — the injection is inert. Its `WorkflowSnapshotEntry` 
model type is used by the service and nowhere else.
   
   Pure deletion, no behaviour change: −100 lines.
   
   ### Task Type
   
   - [x] Refactor / Cleanup
   


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