IF NOT EXISTS
does not work in CLONE GRAPH
#5252
Labels
affects/none
PR/issue: this bug affects none version.
process/fixed
Process of bug
severity/none
Severity of bug
type/bug
Type: something is unexpected
Milestone
(root@nebula) [basketballplayer]> CREATE SPACE IF NOT EXISTS my_space_1 (vid_type=FIXED_STRING(30));
Execution succeeded (time spent 514µs/715.735µs)
(root@nebula) [basketballplayer]> CREATE SPACE IF NOT EXISTS my_space_2 AS my_space_1;
Execution succeeded (time spent 879µs/1.085528ms)
(root@nebula) [basketballplayer]> CREATE SPACE IF NOT EXISTS my_space_2 AS my_space_1;
[ERROR (-1005)]: Existed!
说明在克隆图空间的时候,
IF NOT EXISTS
这个选项是无效的.和预期不一致.The text was updated successfully, but these errors were encountered: