You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2022/12/11 13:56:17 UTC

[GitHub] [spark] yorksity commented on pull request #38781: [SPARK-41246][core] Solve the problem of RddId negative

yorksity commented on PR #38781:
URL: https://github.com/apache/spark/pull/38781#issuecomment-1345561453

   update  detail n the JIRA
   
   When BlockManager generates BlockId, BlockId only supports positive rddid, so BlockId generation fails
   
   object BlockId {
   val RDD = "rdd_([0-9])_([0-9])".r


-- 
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: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org