-
Notifications
You must be signed in to change notification settings - Fork 93
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
feat(client): support "parent & child" EdgeLabel type #624
Conversation
c9bd63e
to
5b8570f
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #624 +/- ##
============================================
+ Coverage 62.49% 62.57% +0.07%
+ Complexity 1903 1004 -899
============================================
Files 262 175 -87
Lines 9541 5240 -4301
Branches 886 364 -522
============================================
- Hits 5963 3279 -2684
+ Misses 3190 1772 -1418
+ Partials 388 189 -199 ☔ View full report in Codecov by Sentry. |
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.
disable auto run "space plugin" to avoid these changes
…ript, adjust java version for client ci
hugegraph-client/src/main/java/org/apache/hugegraph/structure/constant/EdgeLabelType.java
Outdated
Show resolved
Hide resolved
hugegraph-client/src/main/java/org/apache/hugegraph/structure/schema/EdgeLabel.java
Outdated
Show resolved
Hide resolved
hugegraph-client/src/main/java/org/apache/hugegraph/structure/schema/EdgeLabel.java
Outdated
Show resolved
Hide resolved
hugegraph-client/src/main/java/org/apache/hugegraph/structure/schema/EdgeLabel.java
Outdated
Show resolved
Hide resolved
hugegraph-client/src/main/java/org/apache/hugegraph/structure/schema/EdgeLabel.java
Outdated
Show resolved
Hide resolved
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~
@@ -77,6 +77,7 @@ public GraphElement property(String name, Object value) { | |||
E.checkArgument(ReflectionUtil.isSimpleType(clazz) || | |||
clazz.equals(UUID.class) || | |||
clazz.equals(Date.class) || | |||
clazz.equals(byte[].class) || |
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.
what's for? (any context)
|
Purpose of the PR
(related apache/incubator-hugegraph#2662)
Main Changes
added related fields and methods related to father-sub-edge in client, and adjusted some tests.
Verifying these changes
Does this PR potentially affect the following parts?
Documentation Status
Doc - TODO
Doc - Done
Doc - No Need