-
Notifications
You must be signed in to change notification settings - Fork 522
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
base: master
Are you sure you want to change the base?
Conversation
Hstore bulkload
hugegraph-pd/hg-pd-service/src/main/java/org/apache/hugegraph/pd/rest/PartitionAPI.java
Fixed
Show fixed
Hide fixed
Hstore bulkload
Codecov ReportAttention: Patch coverage is
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. |
Hstore bulkload
Hstore bulkload
Hstore bulkload
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