GitHub user hpandeycodeit opened a pull request: https://github.com/apache/madlib/pull/315
JIRA:1060 - Modified KNN to accept expressions in point_column_name ⦠JIRA: MADLIB-1060 This PR contains changes for KNN: 1. Modified code - knn.py_in, to support regular PostgreSQL expressions for point_column_name and test_column_name parameters. 2. Added test cases for the above scenarios. You can merge this pull request into a Git repository by running: $ git pull https://github.com/hpandeycodeit/incubator-madlib MADLIB_1060 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/madlib/pull/315.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 #315 ---- commit 6ec93a2becbe32d37e1fd4f01ad59ac70d71dab0 Author: hpandeycodeit <hpandey@...> Date: 2018-08-28T06:40:13Z JIRA:1060 - Modified KNN to accept expressions in point_column_name and test_column_name ---- ---