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)<[email protected]> 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)
