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

    https://github.com/apache/spark/pull/22226#discussion_r214157587
  
    --- Diff: 
sql/core/src/test/scala/org/apache/spark/sql/JsonFunctionsSuite.scala ---
    @@ -469,4 +469,53 @@ class JsonFunctionsSuite extends QueryTest with 
SharedSQLContext {
     
         checkAnswer(sql("""select json[0] from jsonTable"""), Seq(Row(null)))
       }
    +
    +  test("to_json - array of primitive type") {
    --- End diff --
    
    typo: `primitive type` -> `primitive types`


---

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

Reply via email to