[GitHub] madlib issue #343: Linear Regression: Support for JSON and special character...

2018-12-27 Thread asfgit
Github user asfgit commented on the issue: https://github.com/apache/madlib/pull/343 Refer to this link for build results (access rights to CI server needed): https://builds.apache.org/job/madlib-pr-build/722/ ---

[GitHub] madlib issue #343: Linear Regression: Support for JSON and special character...

2018-12-27 Thread asfgit
Github user asfgit commented on the issue: https://github.com/apache/madlib/pull/343 Refer to this link for build results (access rights to CI server needed): https://builds.apache.org/job/madlib-pr-build/721/ ---

[GitHub] madlib issue #343: Linear Regression: Support for JSON and special character...

2018-12-27 Thread hpandeycodeit
Github user hpandeycodeit commented on the issue: https://github.com/apache/madlib/pull/343 @jingyimei I have fixed the linear regression one. Thanks! ---

[GitHub] madlib issue #343: Linear Regression: Support for JSON and special character...

2018-12-27 Thread jingyimei
Github user jingyimei commented on the issue: https://github.com/apache/madlib/pull/343 @hpandeycodeit Seems couple of dev check test cases failed in Jenkins build. Can you please look into them and fix? Thanks! ---

[GitHub] madlib issue #343: Linear Regression: Support for JSON and special character...

2018-12-27 Thread asfgit
Github user asfgit commented on the issue: https://github.com/apache/madlib/pull/343 Refer to this link for build results (access rights to CI server needed): https://builds.apache.org/job/madlib-pr-build/720/ ---

[GitHub] madlib pull request #343: Linear Regression: Support for JSON and special ch...

2018-12-27 Thread hpandeycodeit
GitHub user hpandeycodeit opened a pull request: https://github.com/apache/madlib/pull/343 Linear Regression: Support for JSON and special characters JIRA: MADLIB-1284 - Modified code in linear.py_in to support special characters and JSON data type - Written