GitHub user davies opened a pull request:

    https://github.com/apache/spark/pull/13878

    [SPARK-16175] [PYSPARK] handle None for UDT

    ## What changes were proposed in this pull request?
    
    Scala UDT will bypass all the null and will not pass them into serialize() 
and deserialize() of UDT, this PR update the Python UDT to do this as well.
    
    ## How was this patch tested?
    
    Added tests.

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

    $ git pull https://github.com/davies/spark udt_null

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

    https://github.com/apache/spark/pull/13878.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 #13878
    
----
commit 8d4b50b182e02587298eb6667d4e91382abd79ab
Author: Davies Liu <[email protected]>
Date:   2016-06-23T22:00:08Z

    handle None for UDT

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to