[
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: [email protected]
For additional commands, e-mail: [email protected]