-
Notifications
You must be signed in to change notification settings - Fork 94
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
adapt java-client: support cpyher query api #272
Conversation
Codecov Report
@@ Coverage Diff @@
## master #272 +/- ##
============================================
+ Coverage 75.74% 77.89% +2.15%
+ Complexity 1847 972 -875
============================================
Files 235 156 -79
Lines 7766 4080 -3686
Branches 685 242 -443
============================================
- Hits 5882 3178 -2704
+ Misses 1501 723 -778
+ Partials 383 179 -204 Continue to review full report at Codecov.
|
hugegraph-client/src/main/java/com/baidu/hugegraph/api/gremlin/CypherAPI.java
Outdated
Show resolved
Hide resolved
The code looks fine, wait for the server apache/incubator-hugegraph#1866 PR merged~ |
Tested |
now we can update the latest commit-id and re-run ci: https://github.com/apache/incubator-hugegraph-toolchain/blob/master/.github/workflows/client-ci.yml#L26 |
hugegraph-client/src/main/java/com/baidu/hugegraph/structure/constant/HugeType.java
Outdated
Show resolved
Hide resolved
@@ -0,0 +1,46 @@ | |||
/* | |||
* Copyright 2017 HugeGraph Authors |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
better to use 2022?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The original codes are also 2017, we can update them uniformly in the future.
@@ -0,0 +1,44 @@ | |||
/* | |||
* Copyright 2017 HugeGraph Authors |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same
@@ -0,0 +1,60 @@ | |||
/* | |||
* Copyright 2017 HugeGraph Authors |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1
adapt java-client for hugegraph (see apache/incubator-hugegraph#1866)