Copilot commented on code in PR #2824: URL: https://github.com/apache/incubator-hugegraph/pull/2824#discussion_r2174520123
########## hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java: ########## @@ -245,6 +245,12 @@ public StandardHugeGraph(HugeConfig config) { } try { + + this.loadSchemaStore().open(this.configuration); Review Comment: [nitpick] These sequential store open calls and `storeProvider.init()` could be extracted into a private `initBackend()` helper to improve readability and avoid constructor bloat. -- 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: issues-unsubscr...@hugegraph.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@hugegraph.apache.org For additional commands, e-mail: issues-h...@hugegraph.apache.org