GitHub user CodingCat opened a pull request:

    https://github.com/apache/spark/pull/434

    SPARK-1523: improve the readability of code in AkkaUtil

    Actually it is separated from https://github.com/apache/spark/pull/85 as 
suggested by @rxin
    
    compare 
    
    
https://github.com/apache/spark/blob/master/core/src/main/scala/org/apache/spark/util/AkkaUtils.scala#L122
 
    
    and 
    
    
https://github.com/apache/spark/blob/master/core/src/main/scala/org/apache/spark/util/AkkaUtils.scala#L117
    
    the first one use get and then toLong, the second one getLong....better to 
make them consistent
    
    very very small fix........

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/CodingCat/spark SPARK-1523

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/434.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #434
    
----
commit 0e86f3fc3ccb97ccecf3130b774c77c5491ab26d
Author: CodingCat <[email protected]>
Date:   2014-04-17T11:50:16Z

    improve the readability of code in AkkaUtil

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to