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

    https://github.com/apache/spark/pull/20355#discussion_r163411267
  
    --- Diff: 
sql/core/src/test/scala/org/apache/spark/sql/execution/datasources/text/TextSuite.scala
 ---
    @@ -172,6 +172,14 @@ class TextSuite extends QueryTest with 
SharedSQLContext {
         }
       }
     
    +  test("SPARK-23148: test for spaces in file names") {
    --- End diff --
    
    In the end, to reduce code duplication, I made it so that orc and parquet 
run multiline as well (I tried to find a neat way to only run multiline if the 
format was csv, text or json without having a separate test case but it just 
complicated things). Let me know if you'd rather I have two separate test cases 
to avoid running the two redundant cases with orc / parquet.


---

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

Reply via email to