Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
master
Description
using the following sqls, you can replay the case:
```
insert into root.db.d1(time,s1,s2) aligned values(1,1,1);
insert into root.db.d1(time,s1,s2) aligned values(2,2,2);
insert into root.db.d1(time,s1,s2) aligned values(3,3,3);
insert into root.db.d1(time,s1,s2) aligned values(4,4,4);
flush;
```
if you execute `select s1 from root.db.d1 where time >= 3 limit 2;`, you will get empty result.
Attachments
Issue Links
- links to