GitHub user ep1804 opened a pull request:

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

    [SPARK-19384][SQL] csv encoding/decoding using escape of escape

    Escape of escape should be considered when using the UniVocity csv 
encoding/decoding library.
    
    I added lines for this and unit tested it.
    
    references: 
    * https://issues.apache.org/jira/browse/SPARK-19834
    * 
http://stackoverflow.com/questions/42607208/spark-csv-error-when-reading-backslash-and-quotation-mark
    


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

    $ git pull https://github.com/ep1804/spark master

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

    https://github.com/apache/spark/pull/17177.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 #17177
    
----
commit 9dc513cceb29f0989f9e0f00ec731c24b8139d76
Author: soonmok-kwon <[email protected]>
Date:   2017-03-06T11:30:20Z

    SPARK-19384 csv escape of escape

----


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