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

    https://github.com/apache/spark/pull/20949#discussion_r197662012
  
    --- Diff: 
sql/core/src/test/scala/org/apache/spark/sql/execution/datasources/csv/CSVSuite.scala
 ---
    @@ -512,6 +512,43 @@ class CSVSuite extends QueryTest with SharedSQLContext 
with SQLTestUtils with Te
         }
       }
     
    +  test("Save csv with custom charset") {
    +    Seq("iso-8859-1", "utf-8", "windows-1250").foreach { encoding =>
    +      withTempDir { dir =>
    +        val csvDir = new File(dir, "csv").getCanonicalPath
    +        // scalastyle:off
    --- End diff --
    
    Let's ignore the specific rule for this, e.g.:
    
    ```
    // scalastyle:off nonascii
    ...
    // scalastyle:on nonascii
    ```


---

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

Reply via email to