GitHub user ArvindSridhar opened a pull request:

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

    Vector to columns: added support for splitting arrays of different lengths

    Added support to split arrays of different lengths in the vector_col. If
    the user does not provide feature names, we pad each array to the
    maximum length and split across the maximum possible number of features.
    If the user does provide feature names, we truncate/pad the arrays
    according to the number of features the user desires. Added dev-check
    tests and removed unit test to incorporate this change.
    
    Co-authored-by: Rahul Iyer <ri...@apache.org>

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

    $ git pull https://github.com/madlib/madlib bugfix/vec2colsarraybug

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

    https://github.com/apache/madlib/pull/311.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 #311
    
----
commit f53e182e4378c07a7459bb1722d594fa335a52de
Author: Arvind Sridhar <arvindsridhar@...>
Date:   2018-08-14T18:37:40Z

    Vector to columns: added support for splitting arrays of different lengths
    
    Added support to split arrays of different lengths in the vector_col. If
    the user does not provide feature names, we pad each array to the
    maximum length and split across the maximum possible number of features.
    If the user does provide feature names, we truncate/pad the arrays
    according to the number of features the user desires. Added dev-check
    tests and removed unit test to incorporate this change.
    
    Co-authored-by: Rahul Iyer <ri...@apache.org>

----


---

Reply via email to