Yuan Tian created IOTDB-5769:
--------------------------------
Summary: Offset doesn't take effect in some special case
Key: IOTDB-5769
URL: https://issues.apache.org/jira/browse/IOTDB-5769
Project: Apache IoTDB
Issue Type: Bug
Components: Core/Query
Reporter: Yuan Tian
Assignee: Yuan Tian
insert into root.sg.d(time, s1) values(1,1);
select * from root.sg.d offset 98784247808;
We only insert one row and the offset value is much larger than 1, so we should
get an empty result set. However, we can still get one row now.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)