GitHub user zhipwang opened a pull request:

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

    RoutingTablePartition code comment errors

    There is an error in description of RoutingTablePartition object. The "edge 
partition" is encoded in the lower 30 bits of the Int, not 30 bytes of the Int. 
And the same mistake is made in "position is encoded in the upper 2 bytes of 
the Int".

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

    $ git pull https://github.com/zhipwang/spark master

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

    https://github.com/apache/spark/pull/10783.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 #10783
    
----
commit e571bbdca32321e9fbda30dfb55ce518fa372d5c
Author: zhipwang <[email protected]>
Date:   2016-01-16T04:06:08Z

    RoutingTablePartition comment error
    
    There is an error in description of RoutingTablePartition object. The "edge 
partition" is encoded in the lower 30 bits of the Int, not 30 bytes of the Int. 
And the same mistake is made in "position is encoded in the upper 2 bytes of 
the Int".

commit 214d35250ea683d81e799978776beb8499615a20
Author: zhipwang <[email protected]>
Date:   2016-01-16T04:16:19Z

    Merge pull request #1 from 
zhipwang/graphx_RoutingTablePartition_comment_error_zhipwang
    
    RoutingTablePartition comment error

----


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

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

Reply via email to