javeme commented on code in PR #2055:
URL:
https://github.com/apache/incubator-hugegraph/pull/2055#discussion_r1055635608
##########
hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java:
##########
@@ -215,6 +212,8 @@ public StandardHugeGraph(HugeConfig config) {
try {
this.tx = new TinkerPopTransaction(this);
+ boolean supportsPersistence =
this.backendStoreFeatures().supportsPersistence();
+ this.features = new HugeFeatures(this, supportsPersistence);
Review Comment:
seems the ci fails due to this.backendStoreFeatures() call, try to move to
line 222?
--
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]