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

philipse updated SPARK-32193:
-----------------------------
    Description: 
Sparksql support the following usage, we may update the docs to let it known to 
more users
{code:java}
 select 'abc'  REGEXP '([a-z]+)';{code}
 

 

  was:Hive support regexp function, Spark sql use `rlike` instead of `regexp` , 
we can update the docs to make it known to more users.


> update  docs on regexp function
> -------------------------------
>
>                 Key: SPARK-32193
>                 URL: https://issues.apache.org/jira/browse/SPARK-32193
>             Project: Spark
>          Issue Type: Improvement
>          Components: SQL
>    Affects Versions: 3.0.0
>            Reporter: philipse
>            Priority: Minor
>
> Sparksql support the following usage, we may update the docs to let it known 
> to more users
> {code:java}
>  select 'abc'  REGEXP '([a-z]+)';{code}
>  
>  



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