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-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to