You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@iotdb.apache.org by "Lei Rui (Jira)" <ji...@apache.org> on 2019/10/09 12:17:00 UTC

[jira] [Created] (IOTDB-249) Enable lowercase in CREATE_TIMESERIES sql

Lei Rui created IOTDB-249:
-----------------------------

             Summary: Enable lowercase in CREATE_TIMESERIES sql
                 Key: IOTDB-249
                 URL: https://issues.apache.org/jira/browse/IOTDB-249
             Project: Apache IoTDB
          Issue Type: Improvement
            Reporter: Lei Rui


Now in createTimeseries sql, datatype and encoding value must be uppercase.

For example, "create timeseries root.vehicle.d1.s1 with datatype=INT32, encoding=RLE".

"create timeseries root.vehicle.d1.s1 with datatype=int32, encoding=rle" is not allowed.

For convenience, the lowercase format input should be allowed.



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

Re: [jira] [Created] (IOTDB-249) Enable lowercase in CREATE_TIMESERIES sql

Posted by Tian Jiang <jt...@163.com>.
Hi, 


I checked this PR and did not find any problem. If no more opinion is given, I will merge this PR by the end of the day.
https://github.com/apache/incubator-iotdb/pull/442


Tian Jiang


On 10/9/2019 20:17,Lei Rui (Jira)<ji...@apache.org> wrote:
Lei Rui created IOTDB-249:
-----------------------------

Summary: Enable lowercase in CREATE_TIMESERIES sql
Key: IOTDB-249
URL: https://issues.apache.org/jira/browse/IOTDB-249
Project: Apache IoTDB
Issue Type: Improvement
Reporter: Lei Rui


Now in createTimeseries sql, datatype and encoding value must be uppercase.

For example, "create timeseries root.vehicle.d1.s1 with datatype=INT32, encoding=RLE".

"create timeseries root.vehicle.d1.s1 with datatype=int32, encoding=rle" is not allowed.

For convenience, the lowercase format input should be allowed.



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