Commit ecd6e33
[MINOR][CORE] Remove invalid
### What changes were proposed in this pull request?
This PR aims to remove invalid comment about `NioBlockTransferService`.
### Why are the changes needed?
`NioBlockTransferService` was deprecated at Apache Spark 1.5.0 and removed at 1.6.0.
### Does this PR introduce _any_ user-facing change?
No, this is a removal of comment.
### How was this patch tested?
Manual review.
**BEFORE**
```
$ git grep -i NioBlockTransferService | wc -l
1
```
**AFTER**
```
$ git grep -i NioBlockTransferService | wc -l
0
```
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes apache#52710 from dongjoon-hyun/NioBlockTransferService.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Kousuke Saruta <[email protected]>NioBlockTransferService comment1 parent a7fda61 commit ecd6e33
File tree
1 file changed
+1
-1
lines changed- core/src/main/scala/org/apache/spark/storage
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2184 | 2184 | | |
2185 | 2185 | | |
2186 | 2186 | | |
2187 | | - | |
| 2187 | + | |
2188 | 2188 | | |
2189 | 2189 | | |
2190 | 2190 | | |
| |||
0 commit comments