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

[jira] [Assigned] (IOTDB-779) Do not support "s ", "s 2", "s .2", "s.2" measurement

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

Boris Zhu reassigned IOTDB-779:
-------------------------------

    Assignee: Boris Zhu

> Do not support "s ", "s 2", "s .2", "s.2" measurement
> -----------------------------------------------------
>
>                 Key: IOTDB-779
>                 URL: https://issues.apache.org/jira/browse/IOTDB-779
>             Project: Apache IoTDB
>          Issue Type: Bug
>          Components: Core/Engine
>    Affects Versions: 0.9.0, 0.9.1, 0.9.2, 0.9.3
>            Reporter: Jialin Qiao
>            Assignee: Boris Zhu
>            Priority: Major
>              Labels: pull-request-available
>
> Meet error when using 
>  
> insert into root.turbine1.d1(timestamp,"s.2") values(1,3);
> insert into root.turbine1.d1(timestamp,"s ") values(1,3);
> insert into root.turbine1.d1(timestamp,"s .2") values(1,3);
> insert into root.turbine1.d1(timestamp,"s 2") values(1,3);



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