LuciferYang commented on code in PR #53341:
URL: https://github.com/apache/spark/pull/53341#discussion_r2594421285
##########
common/network-shuffle/src/main/java/org/apache/spark/network/shuffle/protocol/AbstractFetchShuffleBlocks.java:
##########
@@ -44,15 +42,6 @@ protected AbstractFetchShuffleBlocks(
this.shuffleId = shuffleId;
}
- // checkstyle.off: RegexpSinglelineJava
- public ToStringBuilder toStringHelper() {
Review Comment:
Judging from GitHub's search results, apart from Spark, no other code
repositories, including `Apache Celeorn` and `Apache Uniffle`, are using
`AbstractFetchShuffleBlocks`.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]