GitHub user njayaram2 opened a pull request:
https://github.com/apache/madlib/pull/338
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/338.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 #338
----
commit c351f176b305fb44bd87bc6a4f79c099a3d6fbe3
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.
----
---