dongjoon-hyun opened a new pull request, #58954: URL: https://github.com/apache/spark/pull/58954
### What changes were proposed in this pull request? This PR aims to use the fluent `KeyToPathBuilder` instead of the positional `KeyToPath` constructor in `KubernetesClientUtils` and `ClientSuite`. ### Why are the changes needed? `KeyToPath` gains new fields as new Kubernetes versions are supported, and each addition changes the canonical constructor signature and breaks compilation. The builder names every field it sets and is already the prevailing style in this module (e.g. `HadoopConfDriverFeatureStep`, `KerberosConfDriverFeatureStep`). ### Does this PR introduce _any_ user-facing change? No. The builder produces the same `KeyToPath` objects as before. ### How was this patch tested? Pass the CIs. ### Was this patch authored or co-authored using generative AI tooling? Generated-by: 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
