FengQingxin created IOTDB-3237:
----------------------------------
Summary: Too many information in error message
Key: IOTDB-3237
URL: https://issues.apache.org/jira/browse/IOTDB-3237
Project: Apache IoTDB
Issue Type: Bug
Affects Versions: 0.14.0-SNAPSHOT
Reporter: FengQingxin
Assignee: liaolanyu
复现方法:
使用v0.13.0发布版本iotdb-cli输入:(一种不存在的压缩方式)
create timeseries root.wt01.PLAIN1 WITH
DATATYPE=BOOLEAN,ENCODING=PLAIN,COMPRESSOR=TAR
会报错: 401: Error occurred while parsing SQL to physical plan: line 1:83
mismatched input 'TAR' expecting COMPRESSOR_VALUE
但是在当前MAster分支使用相同的sQL语句会得到注册成功的提示;
--
This message was sent by Atlassian Jira
(v8.20.7#820007)