You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Thomas Uhren (Jira)" <ji...@apache.org> on 2020/09/03 11:23:00 UTC

[jira] [Created] (SPARK-32789) Wildcards not working in get_json_object

Thomas Uhren created SPARK-32789:
------------------------------------

             Summary: Wildcards not working in get_json_object
                 Key: SPARK-32789
                 URL: https://issues.apache.org/jira/browse/SPARK-32789
             Project: Spark
          Issue Type: Bug
          Components: PySpark
    Affects Versions: 2.4.4
            Reporter: Thomas Uhren
         Attachments: image-2020-09-03-13-22-38-569.png

It seems that wildcards (*) are not supported when using {{get_json_object}}:
{code:java}
spark.sql("""select get_json_object('{"k":{"value":"abc"}}', '$.*.value') as j""").show()
{code}
This results in {{null}} while it should return 'abc'. It works if I replace * with 'k'.

!image-2020-09-03-13-20-07-982.png!

 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org