You are viewing a plain text version of this content. The canonical link for it is here.
Posted to codereview@trafodion.apache.org by selvaganesang <gi...@git.apache.org> on 2018/04/19 18:53:01 UTC

[GitHub] trafodion pull request #1528: [TRAFODION-3009] Streamline error handling in ...

GitHub user selvaganesang opened a pull request:

    https://github.com/apache/trafodion/pull/1528

    [TRAFODION-3009] Streamline error handling in Executor utility commands

    ComDiagsArea is now allocated only when there are warnings or errors in
    all the utility commands.
    
    This requires all the executor utility commands to use a new version of
    ExRaiseSqlError to populate diagnostics area.

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

    $ git pull https://github.com/selvaganesang/trafodion trafodion-3009_6

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

    https://github.com/apache/trafodion/pull/1528.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 #1528
    
----
commit 7eaf88d3d74b78af20d845d7f717068e3a5db66c
Author: selvaganesang <se...@...>
Date:   2018-04-19T18:47:04Z

    [TRAFODION-3009] Streamline error handling in Executor utility commands
    
    ComDiagsArea is now allocated only when there are warnings or errors in
    all the utility commands.
    
    This requires all the executor utility commands to use a new version of
    ExRaiseSqlError to populate diagnostics area.

----


---

[GitHub] trafodion pull request #1528: [TRAFODION-3009] Streamline error handling in ...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/trafodion/pull/1528


---