imbajin commented on code in PR #1984:
URL: 
https://github.com/apache/incubator-hugegraph/pull/1984#discussion_r1013012569


##########
hugegraph-core/src/main/java/com/baidu/hugegraph/job/algorithm/SubgraphStatAlgorithm.java:
##########
@@ -129,12 +128,11 @@ protected static boolean copySchema(Map<String, Object> 
parameters) {
 
     private static class Traverser extends AlgoTraverser {
 
-        private static Map<String, Object> PARAMS = ImmutableMap.of(
-                                                    "depth", 10L,
-                                                    "degree", -1L,
-                                                    "sample", -1L,
-                                                    "top", -1L /* sorted */,
-                                                    "workers", 0);
+        private static final Map<String, Object> PARAMS = 
ImmutableMap.of("depth", 10L,

Review Comment:
   88 chars seems fine?
   
   And we should better not use a  irregular align rule in future, it's not 
friendly enough (like align with `Immutable`manually)



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