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

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

    [ https://issues.apache.org/jira/browse/SPARK-32789?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17221044#comment-17221044 ] 

Aoyuan Liao commented on SPARK-32789:
-------------------------------------

[~tuhren] Not sure if HIve supports wildcard for dictionary. From documentation, star only works for array.
https://cwiki.apache.org/confluence/display/Hive/LanguageManual+UDF#LanguageManualUDF-get_json_object

> 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
>            Priority: Major
>         Attachments: image-2020-09-03-13-22-38-569.png
>
>
> It seems that wildcards (star) 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-22-38-569.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