Uroš Bojanić created SPARK-58690:
------------------------------------

             Summary: Fix typos in storage package comments
                 Key: SPARK-58690
                 URL: https://issues.apache.org/jira/browse/SPARK-58690
             Project: Spark
          Issue Type: Improvement
          Components: Spark Core
    Affects Versions: 4.3.0
            Reporter: Uroš Bojanić


Four comment typos in core/src/main/scala/org/apache/spark/storage:

1. BlockInfoManager: "Helper for lock acquisistion" should read "acquisition".
2. BlockManagerMasterEndpoint: "broadcasts the serialized mapstatues" should 
read "map statuses". The surrounding comment wraps every code identifier in 
backticks, so the intent here is the English plural rather than the mapStatuses 
field.
3. ShuffleBlockFetcherIterator: "The exception could only be throwed by local 
shuffle block" should read "thrown".
4. ShuffleBlockFetcherIterator: "local directories where the push-merged 
shuffle files are storedl" has a stray trailing letter.

Each is the only occurrence of that misspelling in the repository. Comment text 
only, with no effect on compiled code.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to