You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@asterixdb.apache.org by "Dmitry Lychagin (JIRA)" <ji...@apache.org> on 2019/04/16 19:04:00 UTC

[jira] [Resolved] (ASTERIXDB-2545) Error when window function call contains multiple aggregates

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

Dmitry Lychagin resolved ASTERIXDB-2545.
----------------------------------------
    Resolution: Fixed

> Error when window function call contains multiple aggregates
> ------------------------------------------------------------
>
>                 Key: ASTERIXDB-2545
>                 URL: https://issues.apache.org/jira/browse/ASTERIXDB-2545
>             Project: Apache AsterixDB
>          Issue Type: Bug
>          Components: COMP - Compiler
>            Reporter: Dmitry Lychagin
>            Assignee: Dmitry Lychagin
>            Priority: Minor
>             Fix For: 0.9.4.2
>
>
> The following query fails with "ASX1004: Unsupported type: agg-sql-sum cannot process input type object"
> {noformat}
> from range(1, 4) x
> select array_sum( to_array(array_count(w)) ) over w as ()
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)