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

[jira] [Created] (IOTDB-1449) Creating timeseries path should support brackets with number

xiaozhihong created IOTDB-1449:
----------------------------------

             Summary: Creating timeseries path should support brackets with number 
                 Key: IOTDB-1449
                 URL: https://issues.apache.org/jira/browse/IOTDB-1449
             Project: Apache IoTDB
          Issue Type: Bug
          Components: Server
    Affects Versions: 0.11.4
            Reporter: xiaozhihong


Operate as follow:
1. set storage group to root.sg

2. create timeseries root.sg.d1.s[1) with datatype=INT32,encoding=RLE

But result is :

IoTDB> set storage group to root.sg
Msg: The statement is executed successfully.
IoTDB> create timeseries root.sg.d1.s[1) with datatype=INT32,encoding=RLE
Msg: 401: line 1:32 extraneous input ')' expecting \{WITH, '('}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)