seagle-yuan commented on code in PR #385:
URL:
https://github.com/apache/incubator-hugegraph-toolchain/pull/385#discussion_r1033376225
##########
hugegraph-hubble/hubble-be/src/main/java/org/apache/hugegraph/service/load/LoadTaskService.java:
##########
@@ -436,7 +436,8 @@ private FileSource buildFileSource(FileMapping fileMapping)
{
Ex.check(idFields.size() == 1,
"When the ID strategy is CUSTOMIZED, you must " +
"select a column in the file as the id");
- vMapping = new
org.apache.hugegraph.loader.mapping.VertexMapping(idFields.get(0), true);
+ vMapping = new
org.apache.hugegraph.loader.mapping.VertexMapping(
+ idFields.get(0), true);
Review Comment:
if one line,there is 105 char

--
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]