aglinxinyuan opened a new pull request, #7453: URL: https://github.com/apache/texera/pull/7453
### What changes were proposed in this PR? Deletes `SchemaPropagationResponse`, an orphaned HTTP response model. Pure deletion, no behaviour change: **−28 lines**. | Removed | Lines | Why it is dead | | --- | ---: | --- | | `web/model/http/response/SchemaPropagationResponse.scala` | 28 | one repo-wide hit, the declaration itself | No `@Path` method returns it, there is no Jackson subtype registration for it, and no frontend interface mirrors it. The file is a single five-line case class plus the licence header. > Reviewer note: the similarly-named `SchemaPropagationFunc` in `common/workflow-core` is unrelated, live, and untouched — only the `web/model/http/response` case class is removed. Split out of #7447, which originally bundled four unrelated removals. ### Any related issues, documentation, discussions? Closes #7450 ### How was this PR tested? Existing tests only — this PR adds none; nothing referenced the removed class, so no spec covered it. Locally, from the repo root with Java 17: - `sbt "WorkflowExecutionService/Test/compile"` — success. Verification, re-runnable by a reviewer: ``` git grep -n SchemaPropagationResponse # only the deleted file ``` ### Was this PR authored or co-authored using generative AI tooling? Generated-by: Claude Code (Claude Opus 5) -- 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]
