You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@madlib.apache.org by orhankislal <gi...@git.apache.org> on 2018/09/27 16:14:37 UTC

[GitHub] madlib pull request #324: Madpack/ic func schema

GitHub user orhankislal opened a pull request:

    https://github.com/apache/madlib/pull/324

    Madpack/ic func schema

    IC/DC was prone to failure if the user were creating tables in the
    madlib schema. This commit fixes the potential issue by removing the
    madlib from the search path and adding the madlib_schema keyword for
    every function, type and operator that is created by madlib.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/madlib/madlib madpack/ic-func-schema

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/madlib/pull/324.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 #324
    
----
commit c762817926abc36191cd27d77c4a2ed7b2ec8151
Author: Orhan Kislal <ok...@...>
Date:   2018-09-27T13:30:41Z

    IC/DC: Remove madlib schema IC/DC
    
    IC/DC was prone to failure if the user were creating tables in the
    madlib schema. This commit fixes the potential issue by removing the
    madlib from the search path and adding the madlib_schema keyword for
    every function, type and operator that is created by madlib.

commit dd1389639232dce64e359cef923941103e37f3a6
Author: Orhan Kislal <ok...@...>
Date:   2018-09-27T13:56:36Z

    Fix double schema errors

----


---

[GitHub] madlib pull request #324: Madpack/ic func schema

Posted by orhankislal <gi...@git.apache.org>.
Github user orhankislal closed the pull request at:

    https://github.com/apache/madlib/pull/324


---