GitHub user orhankislal opened a pull request:
https://github.com/apache/madlib/pull/322
Madpack devcheck schema
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/madlib/madlib madpack-devcheck-schema
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/madlib/pull/322.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 #322
----
commit 33e4634b5d11b9ae29de3dece5b2ba96c7257aed
Author: Orhan Kislal <okislal@...>
Date: 2018-09-24T14:33:05Z
IC: Add schema for test cases
IC/DC was prone to failure if the user were creating tables in the
madlib schema. This commit fixes the potential issue by adding the
madlib_test_schema in the madpack and test cases.
commit 22c3e31560aa50601ea185bdc3da613efd6d40b7
Author: Orhan Kislal <okislal@...>
Date: 2018-09-24T14:34:33Z
Margins: Copy summary table instead of renaming
JIRA: MADLIB-1274
Margins summary table gets dropped since its schema remains pg_temp.
This commit fixed the issue by copying the contents instead of renaming.
----
---