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

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

Liu Shuo created SPARK-37119:
--------------------------------

             Summary: 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: 3.2.0, 2.4.8, 3.3.0
            Reporter: Liu Shuo


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