juliuszsompolski opened a new pull request, #57465:
URL: https://github.com/apache/spark/pull/57465

   ### What changes were proposed in this pull request?
   
   Follow-up to 
[SPARK-58107](https://issues.apache.org/jira/browse/SPARK-58107). In
   `BlockManager.getLocalValues`, the read-side self-check comment referred to 
`verifySealed`; the
   `BlockInfo` field it checks is `verifySealedChecksum`. Corrected the comment.
   
   Comment-only change.
   
   ### Why are the changes needed?
   
   The comment names a field that does not exist (`verifySealed`), which is 
misleading when reading the
   self-check logic. The actual field is `verifySealedChecksum`.
   
   ### Does this PR introduce _any_ user-facing change?
   
   No.
   
   ### How was this patch tested?
   
   No tests needed - source comment only, no behavioral effect.
   
   ### Was this patch authored or co-authored using generative AI tooling?
   
   Generated-by: Claude Code (Opus 4.8)


-- 
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]

Reply via email to