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

ASF GitHub Bot commented on TAJO-1576:
--------------------------------------

GitHub user eminency opened a pull request:

    https://github.com/apache/tajo/pull/561

    TAJO-1576: Sometimes DefaultTajoCliOutputFormatter.parseErrorMessage() 
eliminates an important kind of information

    After the patch is merged, some syntax error message is displayed like the 
following.
    
    Before the patch :
    ```
    ERROR: syntax error at or near '('
    ```
    After the patch: 
    ```
    ERROR: syntax error at or near '('
    LINE 31:4      (select *
                   ^
    ```

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/561.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 #561
    
----
commit 66888f24c82730c84a322fe8ff0c757b8f4eb798
Author: Jongyoung Park <[email protected]>
Date:   2015-04-21T17:22:58Z

    parseErrorMesssage() should not remove extra lines

----


> Sometimes DefaultTajoCliOutputFormatter.parseErrorMessage() eliminates an 
> 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, 0.10.1
>
>         Attachments: TAJO-1576.patch
>
>
> 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)

Reply via email to