Uploaded image for project: 'Apache IoTDB'
  1. Apache IoTDB
  2. IOTDB-6254

Missing some data points while using limit in aligned sensor cases

    XMLWordPrintableJSON

Details

    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

          Activity

            People

              jackietien Yuan Tian
              jackietien Yuan Tian
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: