[
https://issues.apache.org/jira/browse/TAJO-1576?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14505319#comment-14505319
]
ASF GitHub Bot commented on TAJO-1576:
--------------------------------------
GitHub user eminency opened a pull request:
https://github.com/apache/tajo/pull/550
TAJO-1576: Sometimes DefaultTajoCliOutputFormatter.parseErrorMessage()
eliminates a important kind of information
parseErrorMesssage() should not remove extra lines
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/eminency/tajo TAJO-1576
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tajo/pull/550.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 #550
----
commit 95740979439eee5c6104ca6c189e2982a4c861fe
Author: Jongyoung Park <[email protected]>
Date: 2015-04-21T17:22:58Z
parseErrorMesssage() should not remove extra lines
----
> Sometimes DefaultTajoCliOutputFormatter.parseErrorMessage() eliminates a
> important kind of information.
> -------------------------------------------------------------------------------------------------------
>
> Key: TAJO-1576
> URL: https://issues.apache.org/jira/browse/TAJO-1576
> Project: Tajo
> Issue Type: Improvement
> Components: cli
> Affects Versions: 0.10.0
> Reporter: Jongyoung Park
> Assignee: Jongyoung Park
> Fix For: 0.11.0
>
>
> It is related to TAJO-734.
> Currently parseErrorMessage() works in a way which eliminates extra lines
> except first line.
> But sometimes it may destroy core error information such as error line number.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)