Skip to content
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

Merged
merged 2 commits into from
Dec 21, 2021
Merged

Conversation

coderzc
Copy link
Member

@coderzc coderzc commented Dec 20, 2021

No description provided.

final boolean needRemoveId =
builder instanceof VertexBuilder &&
((VertexLabel) builder.schemaLabel())
.idStrategy().isPrimaryKey();
Copy link
Contributor

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

@coderzc coderzc force-pushed the computer_adaptive branch 2 times, most recently from 2cbc503 to 314d8aa Compare December 20, 2021 06:33
@codecov
Copy link

codecov bot commented Dec 20, 2021

Codecov Report

Merging #230 (9111d9d) into master (d38fe1b) will decrease coverage by 0.60%.
The diff coverage is 20.00%.

Impacted file tree graph

@@             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              
Impacted Files Coverage Δ
...om/baidu/hugegraph/loader/builder/EdgeBuilder.java 93.33% <ø> (ø)
...om/baidu/hugegraph/loader/builder/SchemaCache.java 48.27% <0.00%> (-16.85%) ⬇️
.../baidu/hugegraph/loader/builder/VertexBuilder.java 82.60% <ø> (ø)
...hugegraph/loader/executor/ComputerLoadOptions.java 0.00% <0.00%> (ø)
...m/baidu/hugegraph/loader/executor/LoadContext.java 67.90% <0.00%> (-12.99%) ⬇️
...baidu/hugegraph/loader/builder/ElementBuilder.java 89.71% <100.00%> (ø)
...m/baidu/hugegraph/loader/executor/LoadOptions.java 74.41% <100.00%> (ø)
.../baidu/hugegraph/loader/task/ParseTaskBuilder.java 91.04% <100.00%> (+0.72%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d38fe1b...9111d9d. Read the comment docs.

@javeme javeme merged commit 7c1d9b5 into master Dec 21, 2021
@javeme javeme deleted the computer_adaptive branch December 21, 2021 03:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants