[
https://issues.apache.org/jira/browse/ASTERIXDB-2030?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Murtadha Hubail resolved ASTERIXDB-2030.
----------------------------------------
Resolution: Fixed
> Repeated exception code
> -----------------------
>
> Key: ASTERIXDB-2030
> URL: https://issues.apache.org/jira/browse/ASTERIXDB-2030
> Project: Apache AsterixDB
> Issue Type: Bug
> Components: FAIL - Failure handling/reporting
> Reporter: Murtadha Hubail
> Assignee: Murtadha Hubail
>
> Sometimes we get repeated error codes:
> Example:
> {code:java}
> ASX0003: ASX0003: Type incompatibility: function agg-avg gets incompatible
> input values: string and float [HyracksDataException]
> {code}
> To reproduce:
> {code:java}
> select element coll_avg((
> select element x
> from [float('2.0'),'hello world',93847382783847382,date('2013-01-01')]
> as x
> ));
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)