Yuan Tian created IOTDB-2050:
--------------------------------

             Summary: Time Filter doesn't take effect in last query
                 Key: IOTDB-2050
                 URL: https://issues.apache.org/jira/browse/IOTDB-2050
             Project: Apache IoTDB
          Issue Type: Bug
          Components: Core/Query
            Reporter: Yuan Tian
            Assignee: Yuan Tian


chaneg enable_last_cache=false in iotdb-engine.properties, and then start iotdb 
server.

execute the following sqls:

insert into root.sg1.d1(time,s1) values(1,1);

flush;

select last s1 from root.sg1.d1 where time > 1;

 

We should not get reuslts, but it will return a line whoes time is 1 which 
should be filtered.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to