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/20 06:20:00 UTC

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

Jialin Qiao created IOTDB-779:
---------------------------------

             Summary: 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.3, 0.9.2, 0.9.1, 0.9.0
            Reporter: Jialin Qiao


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)