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

    https://github.com/apache/spark/pull/23253#discussion_r240006479
  
    --- Diff: 
sql/core/src/test/scala/org/apache/spark/sql/execution/datasources/json/JsonSuite.scala
 ---
    @@ -2563,4 +2563,18 @@ class JsonSuite extends QueryTest with 
SharedSQLContext with TestJsonData {
           assert(!files.exists(_.getName.endsWith("json")))
         }
       }
    +
    +  test("return partial result for bad records") {
    +    val schema = new StructType()
    +      .add("a", DoubleType)
    +      .add("b", ArrayType(IntegerType))
    +      .add("c", StringType)
    +      .add("_corrupt_record", StringType)
    --- End diff --
    
    replaced


---

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

Reply via email to