haohao0103 commented on code in PR #358:
URL:
https://github.com/apache/incubator-hugegraph-toolchain/pull/358#discussion_r1018033550
##########
hugegraph-loader/src/main/java/com/baidu/hugegraph/loader/util/MappingUtil.java:
##########
@@ -129,7 +129,7 @@ private static LoadMapping parseV1(String json) {
inputStruct.id(String.valueOf(++id));
inputStructs.add(inputStruct);
}
- return new LoadMapping(inputStructs);
+ return new LoadMapping(inputStructs,graphStruct.getBackendStoreInfo());
Review Comment:
Fixed, thank you very much
--
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]