orhankislal opened a new pull request #572: URL: https://github.com/apache/madlib/pull/572
The MODULE_PATHNAME variable is set to an absolute path during preprocessing. This creates an issue with the gpupgrade since the database path changes and the old path becomes invalid. This commit creates a link in the $libdir directory of the greenplum installation and uses that link to create the MADlib UDFs. It fixes an issue with the upgrade scripts as well. The drop commands are generated using the arguments but including DEFAULT values breaks the drop function command. The commit filters them out. <!-- Thanks for sending a pull request! Here are some tips for you: 1. Refer to this link for contribution guidelines https://cwiki.apache.org/confluence/display/MADLIB/Contribution+Guidelines 2. Please Provide the Module Name, a JIRA Number and a short description about your changes. --> - [ ] Add the module name, JIRA# to PR/commit and description. - [ ] Add tests for the change. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@madlib.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org