GitHub user yhuai opened a pull request:

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

    [SPARK-6368][SQL][Follow-up] Use Serializer2 in more cases.

    With 
https://github.com/apache/spark/commit/0a2b15ce43cf6096e1a7ae060b7c8a4010ce3b92,
 the serialization stream and deserialization stream has enough information to 
determine it is handling a key-value pari, a key, or a value. It is safe to use 
`SparkSqlSerializer2` in more cases.

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

    $ git pull https://github.com/yhuai/spark serializer2MoreCases

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

    https://github.com/apache/spark/pull/5849.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 #5849
    
----
commit 5073c54d548f994500d4168e0d0b68c0c42a272b
Author: Yin Huai <[email protected]>
Date:   2015-05-01T22:13:55Z

    Use Serializer2 in more places.

----


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