dongjoon-hyun commented on code in PR #43796:
URL: https://github.com/apache/spark/pull/43796#discussion_r1393751280
##########
common/network-common/src/main/java/org/apache/spark/network/protocol/StreamChunkId.java:
##########
@@ -26,14 +26,7 @@
/**
* Encapsulates a request for a particular chunk of a stream.
*/
-public final class StreamChunkId implements Encodable {
Review Comment:
Although this is `public`, this is not a part of our public Java doc, right?
- https://spark.apache.org/docs/latest/api/java/index.html
--
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]