GitHub user viirya opened a pull request:

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

    [SPARK-23448][SQL] Clarify JSON and CSV parser behavior in document

    ## What changes were proposed in this pull request?
    
    Clarify JSON and CSV reader behavior in document.
    
    JSON doesn't support partial results for corrupted records.
    CSV only supports partial results for the records with more or less tokens.
    
    ## How was this patch tested?
    
    Pass existing tests.


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

    $ git pull https://github.com/viirya/spark-1 SPARK-23448-2

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

    https://github.com/apache/spark/pull/20666.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 #20666
    
----
commit 4ad330b1def558e17dfb693d428e1bd69248e5a3
Author: Liang-Chi Hsieh <viirya@...>
Date:   2018-02-24T07:15:11Z

    Clarify JSON and CSV parser behavior.

----


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to