HyukjinKwon commented on code in PR #40560:
URL: https://github.com/apache/spark/pull/40560#discussion_r1148890642
##########
core/src/main/scala/org/apache/spark/status/protobuf/AccumulableInfoSerializer.scala:
##########
@@ -25,7 +25,7 @@ import org.apache.spark.status.api.v1.AccumulableInfo
import org.apache.spark.status.protobuf.Utils.{getOptional, getStringField,
setStringField}
import org.apache.spark.util.Utils.weakIntern
-private[protobuf] object AccumulableInfoSerializer {
+private[spark] object AccumulableInfoSerializer {
Review Comment:
Developer APIs are fine.
> Do you prefer private[spark] or private[protobuf]?
Whichever narrower should be preferred.
--
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]