GitHub user Guo-Heng opened a pull request:
https://github.com/apache/trafodion/pull/1749
[TRAFODION-3236] allocate revcive buffer by using dynamic array sizing
instead of allocate from heap dynamically
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/Guo-Heng/trafodion trafodion_issue_3236
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/trafodion/pull/1749.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 #1749
----
commit 79ac56f5c4bd6400c04cd26e4698557579c4fcac
Author: heng.guo <heng.guo@...>
Date: 2018-11-24T07:20:35Z
allocate revcive buffer by using dynamic array sizing instead of allocate
from heap dynamically
----
---