GitHub user jurriaan opened a pull request:

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

    [SPARK-13638][SQL] Add quoteAll option to CSV DataFrameWriter

    ## What changes were proposed in this pull request?
    
    Adds an quoteAll option for writing CSV which will quote all fields.
    See https://issues.apache.org/jira/browse/SPARK-13638
    
    ## How was this patch tested?
    
    Added a test to verify the output columns are quoted for all fields in the 
Dataframe
    


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

    $ git pull https://github.com/jurriaan/spark csv-quote-all

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

    https://github.com/apache/spark/pull/13374.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 #13374
    
----
commit 5a64a3ad7e1ba524ca278dd6d2f0f2a46cd67cf6
Author: Jurriaan Pruis <[email protected]>
Date:   2016-05-28T10:01:32Z

    [SPARK-13638][SQL] Add quoteAll option to CSV DataFrameWriter

----


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