feat(client): support "parent & child" EdgeLabel type#624
Merged
VGalaxies merged 29 commits intoapache:masterfrom Oct 11, 2024
Merged
feat(client): support "parent & child" EdgeLabel type#624VGalaxies merged 29 commits intoapache:masterfrom
VGalaxies merged 29 commits intoapache:masterfrom
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. |
imbajin
reviewed
Oct 8, 2024
Member
There was a problem hiding this comment.
disable auto run "space plugin" to avoid these changes
…ript, adjust java version for client ci
VGalaxies
reviewed
Oct 9, 2024
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
VGalaxies
reviewed
Oct 10, 2024
hugegraph-client/src/main/java/org/apache/hugegraph/structure/schema/EdgeLabel.java
Outdated
Show resolved
Hide resolved
11 tasks
imbajin
reviewed
Oct 11, 2024
| E.checkArgument(ReflectionUtil.isSimpleType(clazz) || | ||
| clazz.equals(UUID.class) || | ||
| clazz.equals(Date.class) || | ||
| clazz.equals(byte[].class) || |
Member
|
|
imbajin
approved these changes
Oct 11, 2024
VGalaxies
approved these changes
Oct 11, 2024
1 task
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.
Purpose of the PR
(related apache/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 - TODODoc - DoneDoc - No Need