[ 
https://issues.apache.org/jira/browse/IOTDB-3624?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Minghui Liu reassigned IOTDB-3624:
----------------------------------

    Assignee: liuyu

> Meet error when inserting data in SQL without timestamp
> -------------------------------------------------------
>
>                 Key: IOTDB-3624
>                 URL: https://issues.apache.org/jira/browse/IOTDB-3624
>             Project: Apache IoTDB
>          Issue Type: Bug
>          Components: Core/Server
>    Affects Versions: 0.13.0, 0.14.0-SNAPSHOT
>            Reporter: xiaozhihong
>            Assignee: liuyu
>            Priority: Minor
>              Labels: pull-request-available
>         Attachments: image-2022-06-23-10-43-49-858.png
>
>
> The replay scenario is: There are two time series, one is text data type, the 
> other is float data type.  Default system time, inserted data at the same 
> time, then there is a metadata error: the measurementList's size is not 
> consistent with the valueList's size.
> {code:java}
> IoTDB> set storage group to root.sg;
> Msg: The statement is executed successfully.
> IoTDB> create timeseries root.sg.d1.s1 with datatype=FLOAT,encoding=RLE;
> Msg: The statement is executed successfully.
> IoTDB> create timeseries root.sg.d1.s2 with datatype=TEXT,encoding=RLE;
> Msg: 303: encoding RLE does not support TEXT
> IoTDB> create timeseries root.sg.d1.s2 with datatype=TEXT,encoding=PLAIN;
> Msg: The statement is executed successfully.
> IoTDB> show timeseries root.**;
> +-------------+-----+-------------+--------+--------+-----------+----+----------+
> |   timeseries|alias|storage 
> group|dataType|encoding|compression|tags|attributes|
> +-------------+-----+-------------+--------+--------+-----------+----+----------+
> |root.sg.d1.s1| null|      root.sg|   FLOAT|     RLE|     SNAPPY|null|      
> null|
> |root.sg.d1.s2| null|      root.sg|    TEXT|   PLAIN|     SNAPPY|null|      
> null|
> +-------------+-----+-------------+--------+--------+-----------+----+----------+
> Total line number = 2
> It costs 0.072s
> IoTDB> insert into root.sg.d1(s1,s2) values(25,'test');
> Msg: 303: Check metadata error: the measurementList's size is not consistent 
> with the valueList's size
>  {code}
> The log picture is as follow:
> !image-2022-06-23-10-43-49-858.png|width=557,height=226!



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to