GitHub user marmbrus opened a pull request:

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

    [SPARK-12404] [SQL] Ensure objects passed to StaticInvoke is Serializable

    Now StaticInvoke receives Any as a object and StaticInvoke can be 
serialized but sometimes the object passed is not serializable.
    
    Based on #10357 with tests added.

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

    $ git pull https://github.com/marmbrus/spark pr/10357

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

    https://github.com/apache/spark/pull/10360.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 #10360
    
----
commit ae7fdc1b3ca7d988e45ffc741676ea847e397d78
Author: Kousuke Saruta <[email protected]>
Date:   2015-12-17T10:06:39Z

    Fixed StaticInvoke to ensure receiving Class object which is serializable

commit f2e8ba6404436bc2b150eeb00085a8b68f3e53da
Author: Michael Armbrust <[email protected]>
Date:   2015-12-17T19:28:51Z

    add tests

----


---
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