GitHub user sandhyasun opened a pull request:
https://github.com/apache/trafodion/pull/1721
[TRAFODION-3216]UDR libraries need to be stored in metadata table as a blob
Udr libraries that used to be on local directories will now be stored as
Blobs n the Libraries metadata table.
There are changes in compile time and runtime components to make this work.
See JIRA for details and attached document within JIRA for change details.
https://issues.apache.org/jira/browse/TRAFODION-3216
This change also involves a change to a metadata table so it requires an
upgrade. The version of metadata has been bumped from 2.1.0 to 2.1.1
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/sandhyasun/trafodion traf_call_lib
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/trafodion/pull/1721.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 #1721
----
commit 9528f8c0d2c75bb7f783c4b1589d11b1d4b64869
Author: Sandhya Sundaresan <sandhya@...>
Date: 2018-09-28T19:44:56Z
Fixees to support stroring Udr libraries s Blobs.
----
---