[
https://issues.apache.org/jira/browse/TRAFODION-1676?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15365425#comment-15365425
]
ASF GitHub Bot commented on TRAFODION-1676:
-------------------------------------------
GitHub user traflm opened a pull request:
https://github.com/apache/incubator-trafodion/pull/583
[TRAFODION-1676] rework to solve TEST022 failure
Modify the EXPECT file for executor/TEST022 which broke the regression test.
Sorry that I didn't do a full regression before check-in, should do
'Jenkins, extra tests' to trigger more tests.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/traflm/incubator-trafodion
TRAFODION-1676-rework
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-trafodion/pull/583.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #583
----
commit b9d0c66f9f27dec2b8871ae2aee0ecd6a1e1f443
Author: Liu Ming <[email protected]>
Date: 2016-07-07T00:46:23Z
[TRAFODION-1676] rework to solve TEST022 failure
----
> support better runtime error message when a SQL function meet fital error
> -------------------------------------------------------------------------
>
> Key: TRAFODION-1676
> URL: https://issues.apache.org/jira/browse/TRAFODION-1676
> Project: Apache Trafodion
> Issue Type: Improvement
> Components: sql-exe
> Reporter: liu ming
> Assignee: liu ming
> Priority: Minor
>
> A sql contains some SQL function, for example UPPER(), when the input data of
> UPPER() contains invalid data, UPPER() will fail. In this case, the whole
> query abort, and the error message cannot tell which row has invalid data, so
> it is very hard to fix the problem.
> It will be good to have row id or the real value of the error row in the
> error message to help trouble shooting.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)