Jialin Qiao created IOTDB-778:
---------------------------------
Summary: Do not handle measurement name with quotaion uniformly
Key: IOTDB-778
URL: https://issues.apache.org/jira/browse/IOTDB-778
Project: Apache IoTDB
Issue Type: Bug
Components: Core/Engine
Reporter: Jialin Qiao
insert into root.turbine1.d1(timestamp,s1,"s .3") values(1,2,3);
insert into root.turbine1.d1(timestamp,s1,"s 3") values(1,2,3);
show timeseries
+-----------------------+-----+-------------+--------+--------+-----------+
| timeseries|alias|storage group|dataType|encoding|compression|
+-----------------------+-----+-------------+--------+--------+-----------+
|root.turbine1.d1."s .3"| null|root.turbine1| FLOAT| GORILLA| SNAPPY|
| root.turbine1.d1.s 3| null|root.turbine1| FLOAT| GORILLA| SNAPPY|
+-----------------------+-----+-------------+--------+--------+-----------+
--
This message was sent by Atlassian Jira
(v8.3.4#803005)