Commit e8cccbd
committed
### What changes were proposed in this pull request?
This pr aims to remove the unused method `toStringHelper` from `AbstractFetchShuffleBlocks.java` because it is no longer used after #51572.
### Why are the changes needed?
Code cleanup.
### Does this PR introduce _any_ user-facing change?
No
### How was this patch tested?
- Pass Github Actions
### Was this patch authored or co-authored using generative AI tooling?
No
Closes #53341 from LuciferYang/remove-toStringHelper.
Authored-by: yangjie01 <[email protected]>
Signed-off-by: yangjie01 <[email protected]>
1 parent 3d42605 commit e8cccbd
File tree
1 file changed
+0
-11
lines changed- common/network-shuffle/src/main/java/org/apache/spark/network/shuffle/protocol
1 file changed
+0
-11
lines changedLines changed: 0 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | | - | |
26 | 24 | | |
27 | 25 | | |
28 | 26 | | |
| |||
44 | 42 | | |
45 | 43 | | |
46 | 44 | | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | 45 | | |
57 | 46 | | |
58 | 47 | | |
| |||
0 commit comments