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

Jialin Qiao reassigned IOTDB-2414:
----------------------------------

    Assignee: Haiming Zhu

> [Status Code]500Need to recheck
> -------------------------------
>
>                 Key: IOTDB-2414
>                 URL: https://issues.apache.org/jira/browse/IOTDB-2414
>             Project: Apache IoTDB
>          Issue Type: Bug
>          Components: Core/Engine
>    Affects Versions: 0.13.0-SNAPSHOT
>            Reporter: FengQingxin
>            Assignee: Haiming Zhu
>            Priority: Major
>              Labels: 0.13.0
>         Attachments: image-2022-01-17-11-24-30-110.png, 
> image-2022-01-17-11-34-02-478.png, image-2022-01-17-14-15-19-993.png
>
>
> 复现步骤:
> 1.新启动的iotdb,未创建相关时间序列
> 2.cli登录发送语句:insert into root.test1(time, text) aligned values(1, 1.1), (2, 
> 1),(3,hello),(4,false)  提示text是不可用的(可接受,{color:#de350b}但是用户手册需要更新{color})
> !image-2022-01-17-11-34-02-478.png|width=283,height=134!
> 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|width=1261,height=583!
>  



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

Reply via email to