Commit 70891ed
committed
[SPARK-52466] Clean up unnecessary comments in
### 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]>e2e tests1 parent 93a27e3 commit 70891ed
File tree
2 files changed
+0
-2
lines changed- tests/e2e
- python
- spark-versions
2 files changed
+0
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | 28 | | |
30 | 29 | | |
31 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | 29 | | |
31 | 30 | | |
32 | 31 | | |
| |||
0 commit comments