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

[jira] [Created] (IOTDB-4649) Expression should never be thought as same just through their expressionString

Yuan Tian created IOTDB-4649:
--------------------------------

             Summary: Expression should never be thought as same just through their expressionString
                 Key: IOTDB-4649
                 URL: https://issues.apache.org/jira/browse/IOTDB-4649
             Project: Apache IoTDB
          Issue Type: Bug
            Reporter: Yuan Tian
            Assignee: liaolanyu
         Attachments: image-2022-10-14-11-39-55-172.png, image-2022-10-14-11-40-04-631.png

You can replay by the following:

 insert into root.sg1.d1(time, s1, s2) aligned values (1,1, "1"), (2,2,"2");

select s2 from root.** where s1 = 1 and s2 >= "1" and s2 <= "2";

!image-2022-10-14-11-39-55-172.png!

、 !image-2022-10-14-11-40-04-631.png!



--
This message was sent by Atlassian Jira
(v8.20.10#820010)