feat(hbase): bypass server for hbase writing (BETA)#347
Merged
imbajin merged 13 commits intoapache:masterfrom Nov 3, 2022
Merged
feat(hbase): bypass server for hbase writing (BETA)#347imbajin merged 13 commits intoapache:masterfrom
imbajin merged 13 commits intoapache:masterfrom
Conversation
Member
|
add a commit to enable CI (need wait after #339 merged) |
simon824
reviewed
Oct 28, 2022
Member
simon824
left a comment
There was a problem hiding this comment.
Nice feature, maybe we need add some ut and usage document later.
hugegraph-client/src/main/java/com/baidu/hugegraph/serializer/direct/util/LZ4Util.java
Show resolved
Hide resolved
hugegraph-client/src/main/java/com/baidu/hugegraph/serializer/direct/util/StringEncoding.java
Show resolved
Hide resolved
hugegraph-client/src/main/java/com/baidu/hugegraph/serializer/direct/HBaseSerializer.java
Show resolved
Hide resolved
hugegraph-client/src/main/java/com/baidu/hugegraph/serializer/direct/reuse/BytesDemo.java
Show resolved
Hide resolved
hugegraph-client/src/main/java/com/baidu/hugegraph/serializer/direct/util/IdGenerator.java
Show resolved
Hide resolved
Codecov Report
@@ 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
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
javeme
requested changes
Nov 1, 2022
imbajin
approved these changes
Nov 2, 2022
javeme
approved these changes
Nov 2, 2022
3 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Mainly check the logic design first without reviewing the code style