Yuan Tian created IOTDB-1093:
--------------------------------

             Summary: Bug while merge tsfile with mods file
                 Key: IOTDB-1093
                 URL: https://issues.apache.org/jira/browse/IOTDB-1093
             Project: Apache IoTDB
          Issue Type: Bug
          Components: Core/Engine
            Reporter: Yuan Tian


set seqFileNumInEachLevel = 3, execute the following sqls.

 

IoTDB> insert into root.sg1.d1(time,s1,s2) values(1,1,1);
Msg: The statement is executed successfully.
IoTDB> flush
Msg: The statement is executed successfully.
IoTDB> insert into root.sg1.d1(time,s1,s2) values(2,2,2);
Msg: The statement is executed successfully.
IoTDB> flush
Msg: The statement is executed successfully.
IoTDB> delete from root.sg1.d1.s1
Msg: The statement is executed successfully.
IoTDB> select s1 from root.sg1.d1
+----+--------------+
|Time|root.sg1.d1.s1|
+----+--------------+
+----+--------------+
Empty set.
It costs 0.054s
IoTDB> insert into root.sg1.d1(time,s1,s2) values(3,3,3);
Msg: The statement is executed successfully.
IoTDB> flush
Msg: The statement is executed successfully.
IoTDB> select s1 from root.sg1.d1
+-----------------------------+--------------+
| Time|root.sg1.d1.s1|
+-----------------------------+--------------+
|1970-01-01T08:00:00.001+08:00| 1.0|
|1970-01-01T08:00:00.002+08:00| 2.0|
|1970-01-01T08:00:00.003+08:00| 3.0|
+-----------------------------+--------------+



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to