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 2021/08/05 07:21:00 UTC

[jira] [Created] (IOTDB-1552) Filter s1 > 1 could be applied on a TEXT timeseries

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)