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

    https://github.com/apache/spark/pull/20894#discussion_r188546294
  
    --- Diff: 
sql/core/src/test/scala/org/apache/spark/sql/execution/datasources/csv/CSVSuite.scala
 ---
    @@ -1368,4 +1368,126 @@ class CSVSuite extends QueryTest with 
SharedSQLContext with SQLTestUtils with Te
           checkAnswer(computed, expected)
         }
       }
    +
    +  def checkHeader(multiLine: Boolean): Unit = {
    +    withSQLConf(SQLConf.CASE_SENSITIVE.key -> "true") {
    +      withTempPath { path =>
    +        import collection.JavaConverters._
    --- End diff --
    
    I'd put this on the top


---

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

Reply via email to