Github user HyukjinKwon commented on a diff in the pull request:
https://github.com/apache/spark/pull/20877#discussion_r176324930
--- 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 --
Strictly unrelated but I just added. I am fine with reverting this out if
it bugs anyone.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]