Github user cloud-fan commented on a diff in the pull request:

    https://github.com/apache/spark/pull/16928#discussion_r102656121
  
    --- Diff: python/pyspark/sql/readwriter.py ---
    @@ -193,8 +193,9 @@ def json(self, path, schema=None, 
primitivesAsString=None, prefersDecimal=None,
     
                     *  ``PERMISSIVE`` : sets other fields to ``null`` when it 
meets a corrupted \
                       record and puts the malformed string into a new field 
configured by \
    -                 ``columnNameOfCorruptRecord``. When a schema is set by 
user, it sets \
    -                 ``null`` for extra fields.
    +                 ``columnNameOfCorruptRecord``. An user-defined schema can 
include \
    +                 a string type field named ``columnNameOfCorruptRecord`` 
for corrupt records. \
    +                 When a schema is set by user, it sets ``null`` for extra 
fields.
    --- End diff --
    
    what about the other 2 modes? do they also set null for extra fields?


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