imbajin commented on code in PR #334:
URL:
https://github.com/apache/incubator-hugegraph-toolchain/pull/334#discussion_r973844260
##########
hugegraph-loader/src/main/java/com/baidu/hugegraph/loader/builder/SchemaCache.java:
##########
@@ -46,6 +46,7 @@ public SchemaCache(HugeClient client) {
this.propertyKeys = new HashMap<>();
this.vertexLabels = new HashMap<>();
this.edgeLabels = new HashMap<>();
+ updateAll();
Review Comment:
why we need clear the cache when we firstly create it?
--
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]