[ 
https://issues.apache.org/jira/browse/ASTERIXDB-2545?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16819400#comment-16819400
 ] 

ASF subversion and git services commented on ASTERIXDB-2545:
------------------------------------------------------------

Commit 64cad759c2d88d322099c05e3bf6a587010e1d11 in asterixdb's branch 
refs/heads/master from Dmitry Lychagin
[ https://gitbox.apache.org/repos/asf?p=asterixdb.git;h=64cad75 ]

[ASTERIXDB-2545][COMP] Compiler error with window function call

- user model changes: no
- storage format changes: no
- interface changes: no

Details:
- Fixed compiler error when window function call
  contains several aggregate functions

Change-Id: Iea946be7f9988bcf991566e4fea9e7a3565b3eaf
Reviewed-on: https://asterix-gerrit.ics.uci.edu/3344
Sonar-Qube: Jenkins <[email protected]>
Integration-Tests: Jenkins <[email protected]>
Tested-by: Jenkins <[email protected]>
Reviewed-by: Ali Alsuliman <[email protected]>


> 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)

Reply via email to