Jialin Qiao created IOTDB-1552:
----------------------------------
Summary: Filter s1 > 1 could be applied on a TEXT timeseries
Key: IOTDB-1552
URL: https://issues.apache.org/jira/browse/IOTDB-1552
Project: Apache IoTDB
Issue Type: Bug
Components: Query
Affects Versions: 0.12.1
Reporter: Jialin Qiao
Attachments: image-2021-08-05-15-20-18-536.png
create timeseries root.turbine1.d1.s1 with datatype=TEXT, encoding=PLAIN,
compression=SNAPPY
insert into root.turbine1.d1(timestamp,s1) values(1,1.1);
!image-2021-08-05-15-20-18-536.png|width=423,height=226!
s1>1 should throw exception for a TEXT timeseries
--
This message was sent by Atlassian Jira
(v8.3.4#803005)