Github user MaxGekk commented on a diff in the pull request:

    https://github.com/apache/spark/pull/20894#discussion_r188650707
  
    --- Diff: python/pyspark/sql/readwriter.py ---
    @@ -373,6 +373,12 @@ def csv(self, path, schema=None, sep=None, 
encoding=None, quote=None, escape=Non
                            default value, ``false``.
             :param inferSchema: infers the input schema automatically from 
data. It requires one extra
                            pass over the data. If None is set, it uses the 
default value, ``false``.
    +        :param enforceSchema: If it is set to ``true``, the specified or 
inferred schema will be
    --- End diff --
    
    added


---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to