Conversation
core/src/test/scala/org/graphframes/lib/AggregateNeighborsSuite.scala
Outdated
Show resolved
Hide resolved
core/src/test/scala/org/graphframes/lib/AggregateNeighborsSuite.scala
Outdated
Show resolved
Hide resolved
core/src/main/scala/org/graphframes/lib/AggregateNeighbors.scala
Outdated
Show resolved
Hide resolved
core/src/main/scala/org/graphframes/lib/AggregateNeighbors.scala
Outdated
Show resolved
Hide resolved
core/src/main/scala/org/graphframes/lib/AggregateNeighbors.scala
Outdated
Show resolved
Hide resolved
core/src/main/scala/org/graphframes/lib/AggregateNeighbors.scala
Outdated
Show resolved
Hide resolved
core/src/main/scala/org/graphframes/lib/AggregateNeighbors.scala
Outdated
Show resolved
Hide resolved
|
Hi @james-willis ! I addressed most of your comments. For some I left my answers. It looks like we are close to a final version. Could be nice if you can take another look, so I can work on bindings and docs. |
|
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #792 +/- ##
==========================================
- Coverage 84.90% 84.28% -0.62%
==========================================
Files 68 69 +1
Lines 3444 3672 +228
Branches 431 459 +28
==========================================
+ Hits 2924 3095 +171
- Misses 520 577 +57 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
I will work on tests, bindings and docs. |
|
@james-willis this one is ready for review |
|
Looking at this PR, here are my recommendations: Code Quality & Performance
API Design
Testing & Documentation
Implementation Robustness
Overall, this is a solid implementation that follows GraphFrames patterns well. The main areas for improvement are around performance optimization configuration and edge case handling. The comprehensive test suite and documentation are excellent. Comment by Claude (AI Assistant) |
|
What changes were proposed in this pull request?
New API as described in #785
Why are the changes needed?
Close #785