aroundabout commented on code in PR #546:
URL:
https://github.com/apache/incubator-hugegraph-toolchain/pull/546#discussion_r1414811936
##########
hugegraph-client/src/main/java/org/apache/hugegraph/driver/HugeClient.java:
##########
@@ -109,7 +109,9 @@ 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");
+ # TODO: find a way to keep the range of api version correct
automatically
+ # 0.81 equals to the {latest_api_version} +10
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
```
--
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]