GitHub user rxin opened a pull request:

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

    [SPARK-13882][SQL] Remove org.apache.spark.sql.execution.local

    ## What changes were proposed in this pull request?
    We introduced some local operators in org.apache.spark.sql.execution.local 
package but never fully wired the engine to actually use these. We still plan 
to implement a full local mode, but it's probably going to be fairly different 
from what the current iterator-based local mode would look like. Based on what 
we know right now, we might want a push-based columnar version of these 
operators.
    
    Let's just remove them for now, and we can always re-introduced them in the 
future by looking at branch-1.6.
    
    ## How was this patch tested?
    This is simply dead code removal.
    


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

    $ git pull https://github.com/rxin/spark SPARK-13882

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

    https://github.com/apache/spark/pull/11705.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 #11705
    
----
commit 5e1e49e6e040492802ddf358b1d7b2da61508a4a
Author: Reynold Xin <[email protected]>
Date:   2016-03-14T23:44:10Z

    [SPARK-13882][SQL] Remove org.apache.spark.sql.execution.local

----


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