uros-b opened a new pull request, #58252:
URL: https://github.com/apache/spark/pull/58252

   ### What changes were proposed in this pull request?
   
   This removes the unused private method 
`generateOutputOperationStatusForUI(failure: String)` from the Spark Streaming 
(DStreams) Web UI page `BatchPage`.
   
   ### Why are the changes needed?
   
   The method has no callers -- its only occurrence in the codebase is its own 
definition. The live code path renders output-operation failures via 
`UIUtils.createOutputOperationFailureForUI` instead. Removing the dead method 
reduces confusion and maintenance surface.
   
   ### Does this PR introduce _any_ user-facing change?
   
   No. The method was never invoked, so removing it does not change any 
rendered output.
   
   ### How was this patch tested?
   
   Existing tests. This is a pure removal of an unreferenced private method; a 
repo-wide search confirms `generateOutputOperationStatusForUI` had no other 
references.
   
   ### Was this patch authored or co-authored using generative AI tooling?
   
   Generated-by: Claude Code (Opus 4.8)
   


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to