dongjoon-hyun commented on code in PR #58190:
URL: https://github.com/apache/spark/pull/58190#discussion_r3884215809
##########
resource-managers/kubernetes/core/src/test/scala/org/apache/spark/deploy/k8s/features/BasicDriverFeatureStepSuite.scala:
##########
@@ -143,6 +143,15 @@ class BasicDriverFeatureStepSuite extends SparkFunSuite {
assert(featureStep.getAdditionalPodSystemProperties() ===
expectedSparkConf)
}
+ test("SPARK_USER reflects --proxy-user when set") {
Review Comment:
Nit: please prefix the test name with the JIRA ID, following the convention
in this suite.
```suggestion
test("SPARK-58926: SPARK_USER reflects --proxy-user when set") {
```
--
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]