feat(server): integrate server-hstore into hugegraph#2534
Merged
Conversation
8 tasks
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## master #2534 +/- ##
============================================
- Coverage 57.14% 56.87% -0.28%
- Complexity 827 829 +2
============================================
Files 608 612 +4
Lines 49415 49649 +234
Branches 6645 6673 +28
============================================
- Hits 28238 28236 -2
- Misses 18361 18597 +236
Partials 2816 2816 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
javeme
reviewed
Apr 26, 2024
hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Query.java
Show resolved
Hide resolved
...hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BinaryBackendEntry.java
Show resolved
Hide resolved
...server/hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BytesBuffer.java
Show resolved
Hide resolved
hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/type/HugeTableType.java
Show resolved
Hide resolved
| </dependency> | ||
| <dependency> | ||
| <groupId>org.apache.hugegraph</groupId> | ||
| <artifactId>hg-store-client</artifactId> |
Member
There was a problem hiding this comment.
prefer hg => hugegraph
we'll delete all prefix together later (include change the name of server)
imbajin
approved these changes
May 6, 2024
liuxiaocs7
approved these changes
May 6, 2024
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.
subtask of #2265
When introducing hstore,
server-coreneeds corresponding modifications. Except forBytesBuffer.javainhugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/, other files should be consistent with the pd-store branch.