[ 
https://issues.apache.org/jira/browse/IOTDB-778?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Boris Zhu reassigned IOTDB-778:
-------------------------------

    Assignee: Boris Zhu

> 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)

Reply via email to