Subgraph support for GLVs#3428
Open
GumpacG wants to merge 2 commits into
Open
Conversation
Assisted-by: Devin: Claude Opus 4.7
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #3428 +/- ##
============================================
- Coverage 77.87% 76.25% -1.62%
+ Complexity 13578 13434 -144
============================================
Files 1015 1013 -2
Lines 59308 60593 +1285
Branches 6835 7091 +256
============================================
+ Hits 46184 46205 +21
- Misses 10817 11614 +797
- Partials 2307 2774 +467 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Brings gremlin-javascript, gremlin-dotnet, and gremlin-go to feature parity with gremlin-python for the GraphBinary 4.0 Graph type (0x10), so that g.X().subgraph('sg').cap('sg').next() from any of the four GLVs returns a usable Graph data container instead of throwing an unknown-type error.
Added unit tests and feature tests.
Assisted-by: Devin: Claude Opus 4.7