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

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to