giriprakash commented on code in PR #57893:
URL: https://github.com/apache/spark/pull/57893#discussion_r3759197145
##########
core/src/main/scala/org/apache/spark/storage/BlockId.scala:
##########
@@ -263,7 +263,11 @@ case class CacheId(sessionUUID: String, hash: String)
extends BlockId {
@DeveloperApi
object BlockId {
- val RDD = "rdd_([0-9]+)_([0-9]+)".r
+ // Safety net: newRddId() fail-fasts before minting negative ids, but names
like
Review Comment:
Done, Thanks!!
--
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]