Skip to content

Comments

feat(HStore): bypass server for HStore writing (BETA)#588

Open
JackyYangPassion wants to merge 3 commits intoapache:masterfrom
JackyYangPassion:HStore-ByPassServer
Open

feat(HStore): bypass server for HStore writing (BETA)#588
JackyYangPassion wants to merge 3 commits intoapache:masterfrom
JackyYangPassion:HStore-ByPassServer

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
@codecov
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