BreakMeEveryday commented on issue #2535:
URL: 
https://github.com/apache/incubator-hugegraph/issues/2535#issuecomment-2084706345

   @dosu Hi, please see the code section below, what's wrong with this?
   ```json
   {
       "label": "person",
       "properties": {
           "id": "123e4567-e89b-12d3-a456-426614174000",
           "name": "marko",
           "age": 29
       }
   }
   ```
   ```json
   {
       "exception": "class java.lang.IllegalArgumentException",
       "message": "Must customize vertex string id when id strategy is 
'CUSTOMIZE_UUID' for vertex label 'person'",
       "cause": ""
   }
   ```


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