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

Merged
merged 13 commits into from
Nov 3, 2022

Conversation

JackyYangPassion
Copy link
Contributor

Mainly check the logic design first without reviewing the code style

  1. Support write vertex/edge directly to KV storage
  2. Just support customString and customNumber ID now

@imbajin
Copy link
Member

imbajin commented Oct 26, 2022

add a commit to enable CI (need wait after #339 merged)

Copy link
Member

@simon824 simon824 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice feature, maybe we need add some ut and usage document later.

@codecov
Copy link

codecov bot commented Nov 1, 2022

Codecov Report

Merging #347 (01d3a22) into master (6d82b15) will decrease coverage by 32.73%.
The diff coverage is 0.50%.

@@              Coverage Diff              @@
##             master     #347       +/-   ##
=============================================
- Coverage     67.43%   34.70%   -32.74%     
- Complexity      878      966       +88     
=============================================
  Files            86      255      +169     
  Lines          4029     9089     +5060     
  Branches        477      837      +360     
=============================================
+ Hits           2717     3154      +437     
- Misses         1107     5756     +4649     
+ Partials        205      179       -26     
Impacted Files Coverage Δ
...u/hugegraph/serializer/direct/HBaseSerializer.java 0.00% <0.00%> (ø)
...hugegraph/serializer/direct/RocksDBSerializer.java 0.00% <0.00%> (ø)
...u/hugegraph/serializer/direct/reuse/BytesDemo.java 0.00% <0.00%> (ø)
...u/hugegraph/serializer/direct/struct/DataType.java 0.00% <0.00%> (ø)
...u/hugegraph/serializer/direct/struct/HugeType.java 0.00% <0.00%> (ø)
.../hugegraph/serializer/direct/util/BytesBuffer.java 0.00% <0.00%> (ø)
.../hugegraph/serializer/direct/util/GraphSchema.java 0.00% <0.00%> (ø)
...ugegraph/serializer/direct/util/HugeException.java 0.00% <0.00%> (ø)
...com/baidu/hugegraph/serializer/direct/util/Id.java 0.00% <0.00%> (ø)
.../hugegraph/serializer/direct/util/IdGenerator.java 0.00% <0.00%> (ø)
... and 248 more

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

imbajin
imbajin previously approved these changes Nov 1, 2022
Copy link
Member

@imbajin imbajin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merge it first, review later

hugegraph-client/pom.xml Outdated Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Status: Done
Development

Successfully merging this pull request may close these issues.

4 participants