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

Liu Shuo commented on SPARK-37119:
----------------------------------

As discussed in `https://github.com/apache/spark/pull/30333` and 
`https://github.com/apache/spark/pull/30399`, close this JIRA.

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

Reply via email to