[GitHub] madlib pull request #292: Internal: Add function to check column type for 1D...

2018-07-18 Thread ArvindSridhar
Github user ArvindSridhar closed the pull request at:

https://github.com/apache/madlib/pull/292


---


[GitHub] madlib pull request #292: Internal: Add function to check column type for 1D...

2018-07-12 Thread ArvindSridhar
GitHub user ArvindSridhar opened a pull request:

https://github.com/apache/madlib/pull/292

Internal: Add function to check column type for 1D array

Added a db_utils function to check whether a column of type array contains 
1D arrays only

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/madlib/madlib chore/check-col-type

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/madlib/pull/292.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 #292


commit 4e29d202dbd03859167a074fe807a3c50ec93ad1
Author: Arvind Sridhar 
Date:   2018-07-09T23:12:28Z

Internal: Add function to check column type for 1D array

Co-authored-by: Nikhil Kak 




---