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

    https://github.com/apache/spark/pull/21909#discussion_r205974316
  
    --- Diff: 
sql/core/src/test/scala/org/apache/spark/sql/execution/datasources/json/JsonSuite.scala
 ---
    @@ -2233,7 +2233,7 @@ class JsonSuite extends QueryTest with 
SharedSQLContext with TestJsonData {
             .option("multiline", "true")
             .options(Map("encoding" -> "UTF-16BE"))
             .json(testFile(fileName))
    -        .count()
    +        .collect()
    --- End diff --
    
    just curious why going from count() to collect() here ?


---

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

Reply via email to