aroundabout commented on code in PR #546:
URL: 
https://github.com/apache/incubator-hugegraph-toolchain/pull/546#discussion_r1414060618


##########
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:
   ```suggestion
           # TODO: find a way to keep the range of api version correct 
automatically
           # 0.81 equals to the {latest_api_version} +10  
           VersionUtil.check(apiVersion, "0.38", "0.81", "hugegraph-api in 
server");
   ```



-- 
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]

Reply via email to