You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@iotdb.apache.org by "Yuan Tian (Jira)" <ji...@apache.org> on 2021/11/23 03:14:00 UTC

[jira] [Created] (IOTDB-2050) Time Filter doesn't take effect in last query

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)