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 <shengchen.ma@...>
Date: 2018-01-11T11:06:25Z
TRAFODION-2905 query id contain null
----
---