dongjoon-hyun commented on a change in pull request #27367: [SPARK-30638][CORE] Add resources allocated to PluginContext URL: https://github.com/apache/spark/pull/27367#discussion_r373289320
########## File path: core/src/main/scala/org/apache/spark/resource/ResourceProfile.scala ########## @@ -36,7 +36,7 @@ import org.apache.spark.internal.config.Python.PYSPARK_EXECUTOR_MEMORY * This is meant to be immutable so user can't change it after building. */ @Evolving -class ResourceProfile( +private[spark] class ResourceProfile( Review comment: Let's remove `@Evolving` for `private[spark]`. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
