GitHub user ArvindSridhar opened a pull request:
https://github.com/apache/madlib/pull/293
Utilities: Add check for whether type is of any array variant
Edited a utilities function to recognize whether a given column was of type
array, no matter the actual data type of the array
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/madlib/madlib
chore/check-for-any-array-variant
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/madlib/pull/293.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 #293
----
commit 3f94e86cacb9a6bc612bde74d6d3b992b4008f52
Author: Arvind Sridhar <arvindsridhar@...>
Date: 2018-07-09T23:14:48Z
Utilities: Add check for whether type is of any array variant
Co-authored-by: Nikhil Kak <[email protected]>
----
---