GitHub user njayaram2 opened a pull request:
https://github.com/apache/madlib/pull/283
Bugfix: Fix failing dev check in CRF
This commit has the following changes:
- A couple of dev check files in CRF did not have the label table creation
in it. But the label table was consumed by one of the queries that led
to dev-check failure.
- Run dev check on Jenkins build instead of install check.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/madlib/madlib bugfix/crf-dev-check
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/madlib/pull/283.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 #283
----
commit deb206b7d1c1e7ce87d6e33c7a1dff91b3adb82b
Author: Nandish Jayaram <njayaram@...>
Date: 2018-06-27T18:25:46Z
Bugfix: Fix failing dev check in CRF
This commit has the following changes:
- A couple of dev check files in CRF did not have the label table creation
in it. But the label table was consumed by one of the queries that led
to dev-check failure.
- Run dev check on Jenkins build instead of install check.
----
---