GitHub user xiaozhongwang opened a pull request:
https://github.com/apache/trafodion/pull/1421
[TRAFODION-2936] nullpointer error where server return without value
we met a bug, when the server return without value, will make a null point
error.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/xiaozhongwang/trafodion TRAFODION-2936
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/trafodion/pull/1421.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 #1421
----
commit 5e8e9c08a99d72773eb1fbe6c1ab5c70cf31ddb2
Author: Kenny <xiaozhong.wang@...>
Date: 2018-01-30T05:02:45Z
nullpointer error where server return without value
----
---