lming created IOTDB-1028:
----------------------------
Summary: create a timeseries but the MAX_POINT_NUMBER is not
positive integer
Key: IOTDB-1028
URL: https://issues.apache.org/jira/browse/IOTDB-1028
Project: Apache IoTDB
Issue Type: Bug
Components: Core/Engine
Reporter: lming
create a timeseries but the MAX_POINT_NUMBER is not positive integer
create a timeseries , set the parameter MAX_POINT_NUMBER isn't positive
integer,IoTDB return a right response ,but when user query record by this
timeseries,system tips "error code 500 For input string"
for example :
set storage group to root.ln;
create timeseries root.ln.dev.ch1 with datatype=float,encoding=plain ,
COMPRESSOR=SNAPPY, MAX_POINT_NUMBER=2.5;
--
This message was sent by Atlassian Jira
(v8.3.4#803005)