GitHub user rxin opened a pull request:

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

    [SQL] WriterContainer refactoring - WIP

    ## What changes were proposed in this pull request?
    This is a work-in-progress pull request that I'm putting it out here for 
just early preview before I create a JIRA ticket. The refactoring removes the 
class hierarchy in WriterContainer, and turns everything into just functions. 
    
    The previous code setup made it pretty difficult to track the actual 
dependencies on variables and setups because the driver side and the executor 
side were using the same set of variables.
    
    ## How was this patch tested?
    N/A - this should be covered by existing tests.

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

    $ git pull https://github.com/rxin/spark writercontainer-refactor

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

    https://github.com/apache/spark/pull/15551.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 #15551
    
----
commit 140eddbfbc096f8a4be5496cf9b9e9d1538e0d7d
Author: Reynold Xin <r...@databricks.com>
Date:   2016-10-19T08:08:59Z

    WriterContainer refactoring.

----


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