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/16 07:59:00 UTC

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

xiaozhihong created IOTDB-4962:
----------------------------------

             Summary: [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: Bug
          Components: mpp-cluster
    Affects Versions: 0.14.0-SNAPSHOT
            Reporter: xiaozhihong
            Assignee: Yukun Zhou


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)