GitHub user mashengchen opened a pull request:
https://github.com/apache/trafodion/pull/1764
[TRAFODION-3250] optimize get/set schema
push down setSchema() to server side, now it will be set in server side.
getSchema() will get value from outContext, and it will not do a tcp request
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mashengchen/trafodion TRAFODION-3250
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/trafodion/pull/1764.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 #1764
----
commit c212cdd61284b30d65ebe692e0f878417c918955
Author: Aven <shengchen.ma@...>
Date: 2018-12-18T09:19:21Z
[TRAFODION-3250] optimize get/set schema
----
---