You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@iotdb.apache.org by "Jialin Qiao (Jira)" <ji...@apache.org> on 2020/06/05 09:53:00 UTC

[jira] [Created] (IOTDB-745) Partial insert / by zero

Jialin Qiao created IOTDB-745:
---------------------------------

             Summary: Partial insert / by zero
                 Key: IOTDB-745
                 URL: https://issues.apache.org/jira/browse/IOTDB-745
             Project: Apache IoTDB
          Issue Type: Bug
          Components: Core/Engine
    Affects Versions: 0.10.0-SNAPSHOT
            Reporter: Jialin Qiao


Disable autoCreateSchema

Enalbe partial insert

 

set storage group to root.sg

insert into root.sg(timestamp,s0) values(1,1)

This insert plan will have no data to insert, the memtable's totalTimeseries is 0.

When calculate the average point number, the bug occurs.



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