GitHub user njayaram2 opened a pull request:
https://github.com/apache/madlib/pull/199
Bugfix: Hard coded schema name in WCC install check
JIRA: MADLIB-1177
WCC install check sql file had madlib hard coded as the schema name.
This commit removes the schema name altogether, since install-check
anyway sets the schema name in the search path at the beginning.
Closes #199
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/njayaram2/madlib wcc_install_check_fix
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/madlib/pull/199.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 #199
----
commit f1f998e7eba1d506b45a246105687ebab912e5e9
Author: Nandish Jayaram <[email protected]>
Date: 2017-11-13T23:34:19Z
Bugfix: Hard coded schema name in WCC install check
JIRA: MADLIB-1177
WCC install check sql file had madlib hard coded as the schema name.
This commit removes the schema name altogether, since install-check
anyway sets the schema name in the search path at the beginning.
Closes #199
----
---