This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/spark-kubernetes-operator.git
The following commit(s) were added to refs/heads/main by this push:
new 70891ed [SPARK-52466] Clean up unnecessary comments in `e2e` tests
70891ed is described below
commit 70891ed1b66592b81bf6e19e058e141e3a212b4c
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Fri Jun 13 06:09:00 2025 -0700
[SPARK-52466] Clean up unnecessary comments in `e2e` tests
### What changes were proposed in this pull request?
This PR aims to clean up unnecessary comments in `e2e` tests.
### Why are the changes needed?
**BEFORE**
```
$ git grep ' #' tests | wc -l
2
```
**AFTER**
```
$ git grep ' #' tests | wc -l
0
```
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
Pass the CIs.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #240 from dongjoon-hyun/SPARK-52466.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
---
tests/e2e/python/pyspark-example.yaml | 1 -
tests/e2e/spark-versions/spark-example.yaml | 1 -
2 files changed, 2 deletions(-)
diff --git a/tests/e2e/python/pyspark-example.yaml
b/tests/e2e/python/pyspark-example.yaml
index 38d63a7..836f473 100644
--- a/tests/e2e/python/pyspark-example.yaml
+++ b/tests/e2e/python/pyspark-example.yaml
@@ -25,7 +25,6 @@ spec:
pyFiles:
"local:///opt/spark/examples/src/main/python/streaming/network_wordcount.py"
sparkConf:
spark.executor.instances: "1"
- # see also https://hub.docker.com/_/spark
spark.kubernetes.container.image: ($IMAGE)
spark.kubernetes.authenticate.driver.serviceAccountName: "spark"
runtimeVersions:
diff --git a/tests/e2e/spark-versions/spark-example.yaml
b/tests/e2e/spark-versions/spark-example.yaml
index 2fa4f02..929d16b 100644
--- a/tests/e2e/spark-versions/spark-example.yaml
+++ b/tests/e2e/spark-versions/spark-example.yaml
@@ -26,7 +26,6 @@ spec:
jars: ($JARS)
sparkConf:
spark.executor.instances: "1"
- # see also https://hub.docker.com/_/spark
spark.kubernetes.container.image: ($IMAGE)
spark.kubernetes.authenticate.driver.serviceAccountName: "spark"
runtimeVersions:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]