You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@iotdb.apache.org by "Jialin Qiao (Jira)" <ji...@apache.org> on 2021/12/11 03:18:00 UTC

[jira] [Created] (IOTDB-2133) How to return when querying non-exist timeseries

Jialin Qiao created IOTDB-2133:
----------------------------------

             Summary: How to return when querying non-exist timeseries
                 Key: IOTDB-2133
                 URL: https://issues.apache.org/jira/browse/IOTDB-2133
             Project: Apache IoTDB
          Issue Type: New Feature
            Reporter: Jialin Qiao


Suppose the system has timeseries s1, s2, s3.

 

How to return a result when executing: select s1, s2, s4, s3.

We could support three modes.

 

(1) omit the non-exist timeseries, return s1, s2, s3

(2) throw exception

(3) return as queried order: s1, s2, s4, s3



--
This message was sent by Atlassian Jira
(v8.20.1#820001)