javeme commented on code in PR #358:
URL: 
https://github.com/apache/incubator-hugegraph-toolchain/pull/358#discussion_r1016904791


##########
hugegraph-loader/src/main/java/com/baidu/hugegraph/loader/direct/loader/HBaseDirectLoader.java:
##########
@@ -111,7 +111,7 @@ public Iterator<Tuple2<ImmutableBytesWritable, KeyValue>> 
call(
                                         buildAndSer(serializer, 
row,buildersForGraphElement);
                                 result.addAll(serList);
                             }
-                                serializer.close();
+                                      serializer.close();

Review Comment:
   this code block needs to be reduced by 8 spaces?



##########
hugegraph-loader/src/main/java/com/baidu/hugegraph/loader/direct/util/SinkToHBase.java:
##########
@@ -162,4 +162,5 @@ public int getPartition(Object key) {
             }
         }
     }
+

Review Comment:
   expect a blank line at the line 166 instead of line 165



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

Reply via email to