Dmitry Lychagin created ASTERIXDB-2545:
------------------------------------------
Summary: 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
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)