-
Notifications
You must be signed in to change notification settings - Fork 256
Add Graphframe Type Degree Methods #742
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
Add Graphframe Type Degree Methods #742
Conversation
Signed-off-by: joelrobin18 <[email protected]>
Signed-off-by: joelrobin18 <[email protected]>
Signed-off-by: joelrobin18 <[email protected]>
SemyonSinchenko
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM overall, thanks for the contribution @joelrobin18 !
Please, address pythoncode style issues.
Related to:
[error] /home/runner/work/graphframes/graphframes/core/src/main/scala/org/graphframes/GraphFrame.scala:338:36: Passing an explicit array value to a Scala varargs method is deprecated (since 2.13.0) and will result in a defensive copy; Use the more efficient non-copying ArraySeq.unsafeWrapArray or an explicit toIndexedSeq call
We cannot drop 2.12 now because we should support 3.5.x branch. Can you add a @nowarn?
Thanks!
Signed-off-by: joelrobin18 <[email protected]>
f8195b0 to
638c549
Compare
|
Thanks for the contribution @joelrobin18 ! |
What changes were proposed in this pull request?
Implementation of Type Degree methods such as typeDegree, typeInDegree, TypeOutDegree
Why are the changes needed?
Fix #519