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 test case for JSON and Speacial characters
- Test case checks for JSON and special characters in GPDB 5.x and
Special characters in GPDB 4.x
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/hpandeycodeit/incubator-madlib MADLIB_1284
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/madlib/pull/343.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 #343
----
commit 179c936ade15558366b5c0aaf0eae8b744f8d492
Author: hpandeycodeit <hpandey@...>
Date: 2018-12-27T21:55:48Z
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 test case for JSON and Speacial characters
- Test case checks for JSON and special characters in GPDB 5.x and
Special characters in GPDB 4.x
----
---