[
https://issues.apache.org/jira/browse/IOTDB-778?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17189849#comment-17189849
]
Boris Zhu commented on IOTDB-778:
---------------------------------
[https://github.com/apache/incubator-iotdb/pull/1627]
> 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
> Affects Versions: 0.10.0
> Reporter: Jialin Qiao
> Assignee: Boris Zhu
> Priority: Major
> Labels: pull-request-available
>
> 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)