You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had searched in the issues and found no similar issues.
Environment (环境信息)
Server Version: v1.0.0
Toolchain Version: master
Data Size: xx vertices, xx edges
Expected & Actual behavior (期望与实际表现)
class java.lang.IllegalArgumentException: Can't customize vertex id when id strategy is 'PRIMARY_KEY' for vertex label 'person'
at org.apache.hugegraph.exception.ServerException.fromResponse(ServerException.java:45)
at org.apache.hugegraph.client.RestClient.checkStatus(RestClient.java:91)
at org.apache.hugegraph.rest.AbstractRestClient.post(AbstractRestClient.java:232)
at org.apache.hugegraph.rest.AbstractRestClient.post(AbstractRestClient.java:212)
at org.apache.hugegraph.api.graph.VertexAPI.create(VertexAPI.java:58)
Bug Type (问题类型)
exception / error (异常报错)
schema set
name
as pk in labelperson
, exec by hg-client to server.loader struct conf, not specify
id
, but gotCan't customize vertex id when id strategy is 'PRIMARY_KEY' for vertex label 'person'
Before submit
Environment (环境信息)
Expected & Actual behavior (期望与实际表现)
Vertex/Edge example (问题点 / 边数据举例)
No response
Schema [VertexLabel, EdgeLabel, IndexLabel] (元数据结构)
The text was updated successfully, but these errors were encountered: