GitHub user orhankislal opened a pull request:
https://github.com/apache/madlib/pull/325
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/325.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 #325
----
commit c762817926abc36191cd27d77c4a2ed7b2ec8151
Author: Orhan Kislal <okislal@...>
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 <okislal@...>
Date: 2018-09-27T13:56:36Z
Fix double schema errors
commit 325d70c1f9d24b7abb390270d2d2986e86cabba4
Author: Orhan Kislal <okislal@...>
Date: 2018-09-27T16:18:18Z
Revert documentation changes
----
---