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

[jira] [Created] (IOTDB-2277) [CQ]No warn message when aggregate function and timeseries types do not match

FengQingxin created IOTDB-2277:
----------------------------------

             Summary: [CQ]No warn message when aggregate function and timeseries types do not match
                 Key: IOTDB-2277
                 URL: https://issues.apache.org/jira/browse/IOTDB-2277
             Project: Apache IoTDB
          Issue Type: Bug
          Components: Others
    Affects Versions: 0.13.0
            Reporter: FengQingxin
         Attachments: image-2022-01-06-14-01-16-871.png

Hi IoTDBers,

 When I using CQ in master branch,I hava a confuse.

First, I have many timeseries in my IoTDB,

!image-2022-01-06-13-59-03-608.png!

Second, I created a CQ like this:CREATE CONTINUOUS QUERY cq1 BEGIN SELECT max_value(s_0) INTO root.cqy.${2}.${3}.maxValS_0 FROM root.test.g_0.d_0 GROUP BY time(10s) END

Actually,the aggregate function and time series types do not match:

!image-2022-01-06-14-01-16-871.png!

But we did not get any message when I create CQ.

Please help us to check this.

Thanks.

B.R.

 



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