tgravescs 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_r402991268
########## File path: core/src/main/scala/org/apache/spark/rdd/RDD.scala ########## @@ -1747,7 +1747,7 @@ abstract class RDD[T: ClassTag]( // ======================================================================= Review comment: correct, it won't be public in 3.0 as the feature didn't get completely in. I have a jira to make them public in 3.1 and will update the tags at that point. If you want to remove them for 3.0 that is fine. ---------------------------------------------------------------- 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]
