You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@iotdb.apache.org by "xiaozhihong (Jira)" <ji...@apache.org> on 2022/11/22 11:39:00 UTC

[jira] [Commented] (IOTDB-4962) [Template] Delete timeseries of non-existent schema template without error

    [ https://issues.apache.org/jira/browse/IOTDB-4962?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17637204#comment-17637204 ] 

xiaozhihong commented on IOTDB-4962:
------------------------------------

commit 66a23130b72f5e439c4ff49fe62608bd8b5205cc

!image-2022-11-22-19-38-05-358.png!

> [Template] Delete timeseries of  non-existent schema template without error
> ---------------------------------------------------------------------------
>
>                 Key: IOTDB-4962
>                 URL: https://issues.apache.org/jira/browse/IOTDB-4962
>             Project: Apache IoTDB
>          Issue Type: Improvement
>          Components: mpp-cluster
>    Affects Versions: 0.14.0-SNAPSHOT
>            Reporter: xiaozhihong
>            Assignee: Yukun Zhou
>            Priority: Minor
>         Attachments: image-2022-11-22-19-38-05-358.png
>
>
> In V0.14.0 version, delete timeseries of schema template t1 that not exist, but still can execute successfully without verification message.
> Like this:
>  
> {code:java}
> IoTDB> show schema templates;
> +------------+
> |TemplateName|
> +------------+
> +------------+
> Empty set.
> It costs 0.002s
> IoTDB> delete timeseries of schema template t1 from root.ln.wf01.wt01;
> Msg: The statement is executed successfully.
>  {code}
>  
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)