Skip to content

Commit 70891ed

Browse files
committed
[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 apache#240 from dongjoon-hyun/SPARK-52466. Authored-by: Dongjoon Hyun <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
1 parent 93a27e3 commit 70891ed

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

tests/e2e/python/pyspark-example.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ spec:
2525
pyFiles: "local:///opt/spark/examples/src/main/python/streaming/network_wordcount.py"
2626
sparkConf:
2727
spark.executor.instances: "1"
28-
# see also https://hub.docker.com/_/spark
2928
spark.kubernetes.container.image: ($IMAGE)
3029
spark.kubernetes.authenticate.driver.serviceAccountName: "spark"
3130
runtimeVersions:

tests/e2e/spark-versions/spark-example.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ spec:
2626
jars: ($JARS)
2727
sparkConf:
2828
spark.executor.instances: "1"
29-
# see also https://hub.docker.com/_/spark
3029
spark.kubernetes.container.image: ($IMAGE)
3130
spark.kubernetes.authenticate.driver.serviceAccountName: "spark"
3231
runtimeVersions:

0 commit comments

Comments
 (0)