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)