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): bypass server for HStore writing (BETA) #588

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

Conversation

JackyYangPassion
Copy link
Contributor

Purpose of the PR

Main Changes

Verifying these changes

  • Trivial rework / code cleanup without any test coverage. (No Need)
  • Already covered by existing tests, such as (please modify tests here).
  • Need tests and can be verified as follows:
    • xxx

Does this PR potentially affect the following parts?

  • Nope
  • Dependencies (add/update license info)
  • Modify configurations
  • The public API
  • Other affects (typed here)

Documentation Status

  • Doc - TODO
  • Doc - Done
  • Doc - No Need

@dosubot dosubot bot added size:L This PR changes 100-499 lines, ignoring generated files. client hugegraph-client enhancement New feature or request java Pull requests that update Java code labels Mar 11, 2024
Copy link

codecov bot commented Mar 11, 2024

Codecov Report

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

Project coverage is 61.93%. Comparing base (b066b80) to head (c1ec5e4).
Report is 35 commits behind head on master.

Files Patch % Lines
.../hugegraph/serializer/direct/HStoreSerializer.java 0.00% 61 Missing ⚠️
...e/hugegraph/serializer/direct/reuse/BytesDemo.java 0.00% 11 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master     #588      +/-   ##
============================================
- Coverage     62.49%   61.93%   -0.57%     
- Complexity     1903     1923      +20     
============================================
  Files           262      268       +6     
  Lines          9541     9773     +232     
  Branches        886      896      +10     
============================================
+ Hits           5963     6053      +90     
- Misses         3190     3331     +141     
- Partials        388      389       +1     

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
client hugegraph-client enhancement New feature or request java Pull requests that update Java code size:L This PR changes 100-499 lines, ignoring generated files.
Projects
Status: In progress
Development

Successfully merging this pull request may close these issues.

[Feature] client support bypass server for HStore writing
1 participant