imbajin commented on code in PR #1984: URL: https://github.com/apache/incubator-hugegraph/pull/1984#discussion_r1010457947
########## hugegraph-core/src/main/java/com/baidu/hugegraph/job/algorithm/SubgraphStatAlgorithm.java: ########## @@ -95,7 +96,7 @@ private HugeGraph createTempGraph(UserJob<Object> job) { * NOTE: this temp graph don't need to init backend because no task info * required, also not set started because no task to be scheduled. */ - return new StandardHugeGraph(new HugeConfig(config)); + return new StandardHugeGraph(new HugeConfig((Configuration) config)); Review Comment: here the `Configuration` dependency has changed old: `org.apache.commons.configuration` --> new:"org.apache.commons.configuration2.PropertiesConfiguration;" -- 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: dev-unsubscr...@hugegraph.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org