[
https://issues.apache.org/jira/browse/ASTERIXDB-2030?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16122185#comment-16122185
]
ASF subversion and git services commented on ASTERIXDB-2030:
------------------------------------------------------------
Commit 2cef3fd17377fdd92f1897428b7bbf5bc073ef62 in asterixdb's branch
refs/heads/master from [~mhubail]
[ https://git-wip-us.apache.org/repos/asf?p=asterixdb.git;h=2cef3fd ]
[ASTERIXDB-2030][FAIL] Do not reformat error messages
- user model changes: no
- storage format changes: no
- interface changes: no
Details:
- if the error message is already formatted, just reuse it
- Add test case
Change-Id: Idd922bca36c7b40903c8b7abbe3386fbedd9c77b
Reviewed-on: https://asterix-gerrit.ics.uci.edu/1932
Sonar-Qube: Jenkins <[email protected]>
Tested-by: Jenkins <[email protected]>
Contrib: Jenkins <[email protected]>
Integration-Tests: Jenkins <[email protected]>
Reviewed-by: Yingyi Bu <[email protected]>
> 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)