GitHub user superbobry opened a pull request:

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

    [SPARK-19010][CORE] Include Kryo exception in case of overflow

    ## What changes were proposed in this pull request?
    
    This is to workaround an implicit result of #4947 which suppressed the
    original Kryo exception if the overflow happened during serialization.
    
    ## How was this patch tested?
    
    `KryoSerializerSuite` was augmented to reflect this change.

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

    $ git pull https://github.com/superbobry/spark patch-1

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

    https://github.com/apache/spark/pull/16416.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 #16416
    
----
commit 5d6d42c30b039c066cfe9134473e436b52e9b807
Author: Sergei Lebedev <superbo...@gmail.com>
Date:   2016-12-27T12:23:49Z

    [SPARK-19010][CORE] Include Kryo exception in case of overflow
    
    This is to workaround an implicit result of #4947 which suppressed the
    original Kryo exception if the overflow happened during serialization.

----


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to