Github user attilapiros commented on a diff in the pull request:
https://github.com/apache/spark/pull/19224#discussion_r161745397
--- Diff:
sql/core/src/test/scala/org/apache/spark/sql/execution/datasources/json/JsonSuite.scala
---
@@ -1853,7 +1853,7 @@ class JsonSuite extends QueryTest with
SharedSQLContext with TestJsonData {
}
}
- test("SPARK-18352: Expect one JSON document per file") {
+ ignore("SPARK-18352: Expect one JSON document per file") {
--- End diff --
Why this test is ignored? I know the behaviour is changed but what about
adapting this test/ deleting if it is not needed (or adding a comment with the
reason of the ignore).
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]