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

[GitHub] trafodion pull request #1391: TRAFODION-2905 query id contain null

GitHub user mashengchen opened a pull request:

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

    TRAFODION-2905 query id contain null

    if stmtLabel is "null" string, then it will skip driver's conditional judgment (if (stmtName ==null) throw exception).

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

    $ git pull https://github.com/mashengchen/trafodion queryIdNull

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

    https://github.com/apache/trafodion/pull/1391.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 #1391
    
----
commit b6c7df53cd8f60eeebd3617bb34f338aa1106a82
Author: aven <sh...@...>
Date:   2018-01-11T11:06:25Z

    TRAFODION-2905 query id contain null

----


---

[GitHub] trafodion pull request #1391: TRAFODION-2905 query id contain null

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

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


---