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

feat(hstore): Hstore support bulkload #2685

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

haohao0103
Copy link
Contributor

@haohao0103 haohao0103 commented Oct 17, 2024

refer #2669

as mentioned in the discussions, this is the code for implementing the bulkload feature.

@JackyYangPassion @imbajin @VGalaxies please review ,please let me know if you have any questions. Thank you

@dosubot dosubot bot added size:XXL This PR changes 1000+ lines, ignoring generated files. feature New feature store Store module labels Oct 17, 2024
Hstore bulkload
Hstore bulkload
Copy link

codecov bot commented Oct 18, 2024

Codecov Report

Attention: Patch coverage is 0% with 443 lines in your changes missing coverage. Please review.

Project coverage is 34.83%. Comparing base (f6f3708) to head (b1c6c9a).
Report is 4 commits behind head on master.

Files with missing lines Patch % Lines
...java/org/apache/hugegraph/pd/common/HdfsUtils.java 0.00% 135 Missing ⚠️
...java/org/apache/hugegraph/pd/PartitionService.java 0.00% 119 Missing ⚠️
...java/org/apache/hugegraph/pd/StoreNodeService.java 0.00% 57 Missing ⚠️
...a/org/apache/hugegraph/store/HeartbeatService.java 0.00% 25 Missing ⚠️
...hugegraph/store/PartitionInstructionProcessor.java 0.00% 24 Missing ⚠️
...ava/org/apache/hugegraph/pd/meta/TaskInfoMeta.java 0.00% 18 Missing ⚠️
...va/org/apache/hugegraph/store/PartitionEngine.java 0.00% 18 Missing ⚠️
.../java/org/apache/hugegraph/pd/client/PDClient.java 0.00% 10 Missing ⚠️
...rg/apache/hugegraph/pd/meta/MetadataKeyHelper.java 0.00% 10 Missing ⚠️
...g/apache/hugegraph/store/pd/DefaultPdProvider.java 0.00% 9 Missing ⚠️
... and 9 more

❗ There is a different number of reports uploaded between BASE (f6f3708) and HEAD (b1c6c9a). Click for more details.

HEAD has 6 uploads less than BASE
Flag BASE (f6f3708) HEAD (b1c6c9a)
7 1
Additional details and impacted files
@@              Coverage Diff              @@
##             master    #2685       +/-   ##
=============================================
- Coverage     47.68%   34.83%   -12.86%     
+ Complexity      821      383      -438     
=============================================
  Files           719      721        +2     
  Lines         58914    59423      +509     
  Branches       7595     7663       +68     
=============================================
- Hits          28096    20701     -7395     
- Misses        28007    36435     +8428     
+ Partials       2811     2287      -524     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Hstore bulkload
Hstore bulkload
Hstore bulkload
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature size:XXL This PR changes 1000+ lines, ignoring generated files. store Store module
Projects
Status: In progress
Development

Successfully merging this pull request may close these issues.

1 participant