GitHub user njayaram2 opened a pull request: https://github.com/apache/madlib/pull/326
Install/Dev check: Add new test cases for some modules Some modules such as array_ops and pmml did not have any install check files, while stemmer did not have any test files. This commit adds some basic test cases for these modules. You can merge this pull request into a Git repository by running: $ git pull https://github.com/madlib/madlib ic-pmml-stemmer Alternatively you can review and apply these changes as the patch at: https://github.com/apache/madlib/pull/326.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 #326 ---- commit 0928be85ac504ae90ec6a2f2de694cd5aa2440f7 Author: Nandish Jayaram <njayaram@...> Date: 2018-09-29T00:15:40Z Install/Dev check: Add new test cases for some modules Some modules such as array_ops and pmml did not have any install check files, while stemmer did not have any test files. This commit adds some basic test cases for these modules. ---- ---