TuGraph-family / tugraph-db

TuGraph: A High Performance Graph Database.
https://tugraph.org
Apache License 2.0
1.44k stars 193 forks source link

upsertVertex 非主键字段报错:执行失败 failed to update vertex index, description:[testtest] already exists #741

Closed ljhssga closed 3 days ago

ljhssga commented 2 weeks ago

Environment:

Describe the bug 这是我的结构 image 这是我的原始数据 { "identity": 53, "labels": [ "entity" ], "properties": { "name": "Bob_Cratchit", "id": "Bob_Cratchit", "_community_id": "0", "description": "--" }, "elementId": "53" } 这是我的修改语句 CALL db.upsertVertex("entity", [{id: "Bob_Cratchit", name: "Bob_Cratchit", description: "Bob_Cratchit, clerk_to_Ebenezer_Scrooge", _document_id: "0", _chunk_id: "0", _community_id: "0"}]) 执行后报错 image 当我把修改语句的description改为和原始数据一样,他是正确可以执行的

Valdanitooooo commented 1 week ago

Same here 😥

zhangwh807 commented 1 week ago

同样是4.5.0版本,我并没有复现成功,方便的话加一下我们的社区群,我们一起看下 https://github.com/TuGraph-family/tugraph-db?tab=readme-ov-file#6-contact