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

    https://github.com/apache/spark/pull/20937#discussion_r184863159
  
    --- Diff: 
sql/core/src/main/scala/org/apache/spark/sql/DataFrameReader.scala ---
    @@ -372,6 +372,9 @@ class DataFrameReader private[sql](sparkSession: 
SparkSession) extends Logging {
        * `java.text.SimpleDateFormat`. This applies to timestamp type.</li>
        * <li>`multiLine` (default `false`): parse one record, which may span 
multiple lines,
        * per file</li>
    +   * <li>`encoding` (by default it is not set): allows to forcibly set one 
of standard basic
    --- End diff --
    
    I updated python's comment to make it the same as here


---

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

Reply via email to