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

    https://github.com/apache/spark/pull/21439#discussion_r209468355
  
    --- Diff: sql/core/src/test/resources/sql-tests/inputs/json-functions.sql 
---
    @@ -39,3 +39,8 @@ select from_json('{"a":1, "b":"2"}', 
'struct<a:int,b:string>');
     -- infer schema of json literal
     select schema_of_json('{"c1":0, "c2":[1]}');
     select from_json('{"c1":[1, 2, 3]}', schema_of_json('{"c1":[0]}'));
    +
    +-- from_json - array type
    +select from_json('[1, 2, 3]', 'array<int>');
    --- End diff --
    
    added


---

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

Reply via email to