You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@iotdb.apache.org by "刘珍 (Jira)" <ji...@apache.org> on 2021/11/08 06:36:00 UTC

[jira] [Created] (IOTDB-1955) cluster :insert into root.test.g_5.d_85(s_0 ) values(1,4.56) expect syntax parsing error

刘珍 created IOTDB-1955:
-------------------------

             Summary: cluster :insert into root.test.g_5.d_85(s_0 ) values(1,4.56)  expect syntax parsing error
                 Key: IOTDB-1955
                 URL: https://issues.apache.org/jira/browse/IOTDB-1955
             Project: Apache IoTDB
          Issue Type: Bug
          Components: Planner/SQLParser
    Affects Versions: master branch
            Reporter: 刘珍


master 0073a28384cdb84e9469dbf98705ab158dd43a31

5 nodes single rep.

IoTDB> insert into root.test.g_5.d_85(s_0 ) values(1,4.56)
{color:#DE350B}*Msg: The statement is executed successfully.*{color}
expect :
Msg: 401: Error occurred while parsing SQL to physical plan: line 1:31 mismatched input 's_0' expecting {'*', '.', '('}

IoTDB>
IoTDB> SELECT s_0 FROM root.test.g_5.d_85 WHERE time >= 1537383267000 AND time <= 1537383517000 AND root.test.g_5.d_85.s_0 > -5 order by time desc
Msg: 411: Error occurred in query process: Path [root.test.g_5.d_85.s_0] does not exist




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