imbajin commented on code in PR #546:
URL:
https://github.com/apache/incubator-hugegraph-toolchain/pull/546#discussion_r1414014676
##########
hugegraph-client/src/main/java/org/apache/hugegraph/driver/HugeClient.java:
##########
@@ -109,7 +109,7 @@ private void initManagers(RestClient client, String graph) {
private void checkServerApiVersion() {
VersionUtil.Version apiVersion =
VersionUtil.Version.of(this.version.getApiVersion());
- VersionUtil.check(apiVersion, "0.38", "0.70", "hugegraph-api in
server");
+ VersionUtil.check(apiVersion, "0.38", "0.81", "hugegraph-api in
server");
Review Comment:
add a comment for it (like why we need keep it as realNum + 10)
##########
hugegraph-client/src/main/java/org/apache/hugegraph/driver/HugeClient.java:
##########
@@ -109,7 +109,7 @@ private void initManagers(RestClient client, String graph) {
private void checkServerApiVersion() {
VersionUtil.Version apiVersion =
VersionUtil.Version.of(this.version.getApiVersion());
- VersionUtil.check(apiVersion, "0.38", "0.70", "hugegraph-api in
server");
+ VersionUtil.check(apiVersion, "0.38", "0.81", "hugegraph-api in
server");
Review Comment:
add a comment for it (like why we need keep it as realNum + 10)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]