GitHub user JoshRosen opened a pull request:

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

    [SPARK-17301][SQL] Remove unused classTag field from AtomicType base class

    There's an unused `classTag` val in the AtomicType base class which is 
causing unnecessary slowness in deserialization because it needs to grab 
ScalaReflectionLock and create a new runtime reflection mirror. Removing this 
unused code gives a small but measurable performance boost in SQL task 
deserialization.

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

    $ git pull https://github.com/JoshRosen/spark remove-unused-classtag

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

    https://github.com/apache/spark/pull/14869.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 #14869
    
----
commit da28f089ecba338c8ae9ad53d3491007509fc72a
Author: Josh Rosen <joshro...@databricks.com>
Date:   2016-08-29T21:49:43Z

    Remove unused classTag val from AtomicType

----


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