Skip to content
This repository has been archived by the owner on Dec 1, 2022. It is now read-only.

duplicate items were sent when delete edge | vertex . #1247

Closed
bright-starry-sky opened this issue Jul 13, 2021 · 1 comment · Fixed by #1253
Closed

duplicate items were sent when delete edge | vertex . #1247

bright-starry-sky opened this issue Jul 13, 2021 · 1 comment · Fixed by #1253
Assignees

Comments

@bright-starry-sky
Copy link
Contributor

bright-starry-sky commented Jul 13, 2021

duplicate items were sent when delete edge | vertex .
This is a graph bug, need to using dedup node . instead of PR : #1244

recreate step :

CREATE SPACE test_space (partition_num=1,replica_factor=1, vid_type=fixed_string(30)); \
USE test_space; \
create tag t1(c1 fixed_string(40)); \
create edge e1(c1 fixed_string(40)); \
create edge index ei1 on e1(c1);

insert vertex t1(c1) values "1":("row"), "2":("row"), "3":("row")
insert edge e1(c1) values "1" -> "2"@0:("row"), "2" -> "1"@0:("row")
delete vertex "1","2"
@Shylock-Hg
Copy link
Contributor

What's the issue, I execute the ngql and nothing happened.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants