dongjoon-hyun opened a new pull request, #57506:
URL: https://github.com/apache/spark/pull/57506
### What changes were proposed in this pull request?
Remove two stale TODO comments from `DriverKubernetesCredentialsFeatureStep`:
1. The TODO suggesting a struct for the credential fields: a struct-based
refactoring was
prototyped and did not pay off because the four credentials have
different data sources,
so the repetition would just move into the construction site.
2. The TODO about applying this step in the caller:
`KubernetesDriverBuilder` applies all
feature steps through a uniform fold with per-step exclusion support, so
the current
design stands.
### Why are the changes needed?
Both TODOs have been there since 2018 and no longer reflect actionable work.
### Does this PR introduce _any_ user-facing change?
No. Comment-only change.
### How was this patch tested?
Pass the CIs.
### Was this patch authored or co-authored using generative AI tooling?
Generated-by: Claude Fable 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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]