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

Reply via email to