-
Notifications
You must be signed in to change notification settings - Fork 94
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
reform loader to adapt hugegraph-computer input #230
Conversation
9e9c794
to
7cb059b
Compare
final boolean needRemoveId = | ||
builder instanceof VertexBuilder && | ||
((VertexLabel) builder.schemaLabel()) | ||
.idStrategy().isPrimaryKey(); |
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.
can move to line 85, and improve the alignment
2cbc503
to
314d8aa
Compare
314d8aa
to
6bd8a36
Compare
Codecov Report
@@ Coverage Diff @@
## master #230 +/- ##
============================================
- Coverage 74.17% 73.56% -0.61%
- Complexity 873 876 +3
============================================
Files 80 81 +1
Lines 3648 3685 +37
Branches 436 439 +3
============================================
+ Hits 2706 2711 +5
- Misses 743 775 +32
Partials 199 199
Continue to review full report at Codecov.
|
No description provided.