Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.13.0
-
2022-4-Tian
Description
You can replay the result like following:
The sql is:
insert into root.sg1.d1(time,s1) values(1,1);
flush;
select count from root.**;
delete storage group root.sg1;
insert into root.sg1.sdhkajhd(time,s1) values(1,1);
flush;
select count from root.**;
We expect the result to be 1, but it is 0.