-
Notifications
You must be signed in to change notification settings - Fork 28.6k
[SPARK-4600][GraphX]: org.apache.spark.graphx.VertexRDD.diff does not work #5015
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
… only the portions of that are different from the calling VertexRDD
Test build #28569 has started for PR 5015 at commit
|
ok to test |
/cc @ankurdave |
Test build #28570 has started for PR 5015 at commit
|
Test build #28570 has finished for PR 5015 at commit
|
Test build #28569 has finished for PR 5015 at commit
|
Test PASSed. |
/cc @srowen too as you this is a, seemingly trivial, doc change |
LGTM, straightforward doc update. |
Turns out, per the convo on the JIRA,
diff
is acting exactly as should. It became a large misconception as I thought it meant set difference, when in fact it does not. To that extent I merely updated thediff
documentation to, hopefully, better reflect its true intentions moving forward.