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

[jira] [Reopened] (IOTDB-2349) An exception should be thrown when aggregate function and data type do not match

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

Yuan Tian reopened IOTDB-2349:
------------------------------

> An exception should be thrown when aggregate function and data type do not match
> --------------------------------------------------------------------------------
>
>                 Key: IOTDB-2349
>                 URL: https://issues.apache.org/jira/browse/IOTDB-2349
>             Project: Apache IoTDB
>          Issue Type: Bug
>          Components: Others
>    Affects Versions: 0.13.0-SNAPSHOT
>            Reporter: FengQingxin
>            Assignee: Minghui Liu
>            Priority: Minor
>              Labels: 0.13.0, pull-request-available
>         Attachments: image-2022-01-11-14-56-10-138.png, image-2022-01-11-14-57-11-628.png, image-2022-01-11-14-58-08-567.png
>
>
> Hi IoTDBers,
>  When I usingiotdb-cli in master branch,I hava a confuse.
> First, I have many timeseries in my IoTDB,
> !image-2022-01-11-14-56-10-138.png!
> Second, I use SQL: select min_value(s_1) from root.test.g_0.d_0 group by ([now() - 80s, now()), 10s) ,I got a result set like below:
> !image-2022-01-11-14-57-11-628.png!
> But If I use SQL : select min_value(s_1) from root.test.g_0.d_0 (wtihout group by), I got an error meaasge:
> !image-2022-01-11-14-58-08-567.png!
> Please help us to check this.Which one is right.
> Thanks.
> B.R.
>  



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