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

    https://github.com/apache/spark/pull/20877#discussion_r176325609
  
    --- Diff: 
sql/core/src/test/scala/org/apache/spark/sql/execution/datasources/text/TextSuite.scala
 ---
    @@ -208,9 +208,11 @@ class TextSuite extends QueryTest with 
SharedSQLContext {
         }
       }
     
    -  Seq("|", "^", "::", "!!!@3", 0x1E.toChar.toString).foreach { lineSep =>
    +  // scalastyle:off nonascii
    +  Seq("|", "^", "::", "!!!@3", 0x1E.toChar.toString, "아").foreach { 
lineSep =>
    --- End diff --
    
    BTW, "아" means just "ah" without any meaning .. 


---

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

Reply via email to