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

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

Commit 35390c82bcec95ed574001ce82f5ac8f47405092 in incubator-asterixdb's branch 
refs/heads/master from [~buyingyi]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-asterixdb.git;h=35390c8 ]

ASTERIXDB-1190, ASTERIXDB-1216, ASTERIXDB-1317:  fixes and regression tests.

Change-Id: If21ad96b1bff59fa2da601b920d4a61900cad81f
Reviewed-on: https://asterix-gerrit.ics.uci.edu/885
Reviewed-by: Jenkins <jenk...@fulliautomatix.ics.uci.edu>
Tested-by: Jenkins <jenk...@fulliautomatix.ics.uci.edu>
Reviewed-by: Till Westmann <ti...@apache.org>


> Aggregation on open nested TypeComputer fails
> ---------------------------------------------
>
>                 Key: ASTERIXDB-1216
>                 URL: https://issues.apache.org/jira/browse/ASTERIXDB-1216
>             Project: Apache AsterixDB
>          Issue Type: Bug
>          Components: AsterixDB, Functions - AQL
>            Reporter: Wail Alkowaileet
>            Assignee: Yingyi Bu
>
> Another issue has been reported in the result type computer for aggregate 
> function (avg) similat to 
> https://issues.apache.org/jira/browse/ASTERIXDB-1190.
> The issue appears when the IVariableTypeEnvironment infer ATypeTag.ANY.
> - Reproduce:
> {noformat}
> let $l := [[1.2, 2.3, 3.4],[6,3,7,2]]
> for $x in $l // for each list in the outer list
> return avg($x)
> {noformat}
> Solution:
> Early exit when see ANY to be handled at runtime
> I can fix both this one and issue 1190.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to