VGalaxies commented on code in PR #2301:
URL:
https://github.com/apache/incubator-hugegraph/pull/2301#discussion_r1320785819
##########
hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendStoreInfo.java:
##########
@@ -41,6 +41,9 @@ public boolean exists() {
}
public boolean checkVersion() {
+ if (this.storeProvider.isHstore()) { // skip for hstore now
Review Comment:
此处跳过是因为 hstore 不提供 system store,考虑从 hstore 的 graph store 中获取 driver version
##########
hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendStoreInfo.java:
##########
@@ -41,6 +41,9 @@ public boolean exists() {
}
public boolean checkVersion() {
+ if (this.storeProvider.isHstore()) { // skip for hstore now
Review Comment:
此处跳过是因为 hstore 不提供 system store,考虑从 hstore 的 graph store 中获取 driver version
--
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]