imbajin commented on code in PR #666:
URL: 
https://github.com/apache/incubator-hugegraph-toolchain/pull/666#discussion_r2135231632


##########
hugegraph-loader/src/main/java/org/apache/hugegraph/loader/executor/LoadOptions.java:
##########
@@ -53,11 +54,17 @@ public class LoadOptions implements Serializable {
                description = "The schema file path which to create manually")
     public String schema;
 
-    @Parameter(names = {"-g", "--graph"}, required = true, arity = 1,
-               description = "The namespace of the graph to load into")
-    public String graph;
+    @Parameter(names = {"-gs", "--graphspace"}, 
+    arity = 1,
+    description = "The namespace of the graphspace, if not specified, DEFAULT 
will be used")
+    public String graphspace = "DEFAULT";

Review Comment:
   when set it to `DEFAULT`, seems we can't keep compatible with the legacy 
version?
   
   maybe set it to `NULL` by default



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to