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

    https://github.com/apache/spark/pull/23080#discussion_r235830894
  
    --- Diff: 
sql/core/src/main/scala/org/apache/spark/sql/streaming/DataStreamReader.scala 
---
    @@ -377,6 +377,8 @@ final class DataStreamReader private[sql](sparkSession: 
SparkSession) extends Lo
        * <li>`multiLine` (default `false`): parse one record, which may span 
multiple lines.</li>
        * <li>`locale` (default is `en-US`): sets a locale as language tag in 
IETF BCP 47 format.
        * For instance, this is used while parsing dates and timestamps.</li>
    +   * <li>`lineSep` (default covers all `\r`, `\r\n` and `\n`): defines the 
line separator
    +   * that should be used for parsing. Maximum length is 2.</li>
    --- End diff --
    
    I'm sorry. can you fix `Maximum length is 2` as well? should be good to go.


---

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

Reply via email to