You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@iotdb.apache.org by "FengQingxin (Jira)" <ji...@apache.org> on 2022/01/17 03:25:00 UTC

[jira] [Created] (IOTDB-2414) [Status Code]Need to recheck

FengQingxin created IOTDB-2414:
----------------------------------

             Summary: [Status Code]Need to recheck
                 Key: IOTDB-2414
                 URL: https://issues.apache.org/jira/browse/IOTDB-2414
             Project: Apache IoTDB
          Issue Type: Bug
            Reporter: FengQingxin
         Attachments: image-2022-01-17-11-18-59-695.png, image-2022-01-17-11-22-13-977.png, image-2022-01-17-11-24-30-110.png

复现步骤:

1.新启动的iotdb,未创建相关时间序列

2.cli登录发送语句:insert into root.test1(time, text) aligned values(1, 1.1), (2, 1),(3,hello),(4,false)  提示text是不可用的(可接受,但是用户手册需要更新),准备切换

3.更换SQL:insert into root.test1(time, text1) aligned values(1, 1.1), (2, 1),(3,hello),(4,false)

提示时间戳3的值hello输入不符合规范(可以接受,因为第一个值是1.1所以时间序列被创建为FLOAT)

4.添加单引号给hello,再次输入。报错500

{color:#de350b}该步骤应该提示非500错误{color}

 

!image-2022-01-17-11-24-30-110.png!

 



--
This message was sent by Atlassian Jira
(v8.20.1#820001)