You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Hyukjin Kwon (Jira)" <ji...@apache.org> on 2021/10/28 02:03:00 UTC

[jira] [Resolved] (SPARK-37119) parse_url can not handle `{` and `}` correctly

     [ https://issues.apache.org/jira/browse/SPARK-37119?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hyukjin Kwon resolved SPARK-37119.
----------------------------------
    Resolution: Invalid

> parse_url can not handle `{` and `}` correctly
> ----------------------------------------------
>
>                 Key: SPARK-37119
>                 URL: https://issues.apache.org/jira/browse/SPARK-37119
>             Project: Spark
>          Issue Type: Bug
>          Components: SQL
>    Affects Versions: 2.4.8, 3.2.0, 3.3.0
>            Reporter: Liu Shuo
>            Priority: Critical
>
> when we execute the follow sql command
> {code:java}
> select parse_url('http://facebook.com/path/p1.php?query={aa}', 'QUERY')
> {code}
> the expected result:
>     query=\{aa}
> the actual result:
>     null



--
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