GitHub user cwestin opened a pull request:

    https://github.com/apache/drill/pull/109

    DRILL-2625: StackTrace format to match JDK's Throwable's format

    Small changes to the StackTrace class to make its output match the JDK's 
Throwable format so that IDEs and other tools can parse it (and use that 
information to jump to file-lines, etc).
    
    Unit tests pass.
    Regression tests pass, except for the known small parquet file problem 
(DRILL-3635), and the intermediate fragment distribution timeout (DRILL-3480).

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/cwestin/incubator-drill alloc-stacktrace

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/drill/pull/109.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 #109
    
----
commit 77d26872b967effb8959188529f49529d637d82a
Author: Chris Westin <[email protected]>
Date:   2015-08-12T17:22:05Z

    DRILL-2625: StackTrace format to match JDK's Throwable's format

----


---
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