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

    https://github.com/apache/spark/pull/19223#discussion_r138795133
  
    --- Diff: 
sql/core/src/test/resources/sql-tests/results/json-functions.sql.out ---
    @@ -26,13 +26,13 @@ Extended Usage:
            {"time":"26/08/2015"}
           > SELECT to_json(array(named_struct('a', 1, 'b', 2));
            [{"a":1,"b":2}]
    -      > SELECT to_json(map('a',named_struct('b',1)));
    +      > SELECT to_json(map('a', named_struct('b', 1)));
    --- End diff --
    
    Or you forget to commit `json-functions.sql`?


---

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

Reply via email to