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

   ### Task Summary
   
   `EditingTimeCompilationRequest` is a websocket request type that the 
frontend no longer sends and the backend no longer handles.
   
   **Introduced by** #2195 (2023-11-09, "Enhance frontend error reporting"), 
which had the editor send the logical plan over the websocket to collect static 
errors.
   
   **Usage removed by** #3178 (2024-12-29, "Remove cache checker in logical 
plan"), which deleted the handler that took it. Compilation moved to the HTTP 
`workflow-compiling-service`, and `workflow-compiling.service.ts` still 
documents the switch: *"receive static errors (previously done by sending 
EditingTimeCompilationRequest ...)"*.
   
   Dead for about a year and a half. What remains is the case class, its 
`@JsonSubTypes` registration, spec entries, and a frontend type-map entry — no 
sender and no handler.
   
   Pure deletion, no behaviour change: −39 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