From codereview-return-7563-apmail-trafodion-codereview-archive=trafodion.apache.org@trafodion.apache.org Fri Sep 28 19:57:19 2018 Return-Path: X-Original-To: apmail-trafodion-codereview-archive@minotaur.apache.org Delivered-To: apmail-trafodion-codereview-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2C0A020D6F for ; Fri, 28 Sep 2018 19:57:19 +0000 (UTC) Received: (qmail 41894 invoked by uid 500); 28 Sep 2018 19:57:19 -0000 Delivered-To: apmail-trafodion-codereview-archive@trafodion.apache.org Received: (qmail 41868 invoked by uid 500); 28 Sep 2018 19:57:19 -0000 Mailing-List: contact codereview-help@trafodion.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: codereview@trafodion.apache.org Delivered-To: mailing list codereview@trafodion.apache.org Received: (qmail 41850 invoked by uid 99); 28 Sep 2018 19:57:18 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Sep 2018 19:57:18 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 54DEEE0514; Fri, 28 Sep 2018 19:57:18 +0000 (UTC) From: sandhyasun To: codereview@trafodion.apache.org Reply-To: codereview@trafodion.apache.org Message-ID: Subject: [GitHub] trafodion pull request #1721: [TRAFODION-3216]UDR libraries need to be store... Content-Type: text/plain Date: Fri, 28 Sep 2018 19:57:18 +0000 (UTC) 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 Date: 2018-09-28T19:44:56Z Fixees to support stroring Udr libraries s Blobs. ---- ---