HyukjinKwon commented on a change in pull request #28108: [SPARK-29154][FOLLOW-UP][CORE] RDD.resourceProfile should not be serialized URL: https://github.com/apache/spark/pull/28108#discussion_r402869772
########## File path: core/src/main/scala/org/apache/spark/rdd/RDD.scala ########## @@ -1747,7 +1747,7 @@ abstract class RDD[T: ClassTag]( // ======================================================================= Review comment: We should annotate it properly when we actually make it public. I think I pointed out somewhere but the counter argument was that it's going to be public in Spark 3.0. But seems making public is not going to happen in Spark 3.0 (?). ---------------------------------------------------------------- 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]
