[jira] [Updated] (SPARK-32193) update docs on regexp function

2020-07-08 Thread philipse (Jira)


 [ 
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



[jira] [Updated] (SPARK-32193) update docs on regexp function

2020-07-08 Thread philipse (Jira)


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

philipse updated SPARK-32193:
-
Summary: update  docs on regexp function  (was: update migrate guide  docs 
on regexp function)

> 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
>
> Hive support regexp function, Spark sql use `rlike` instead of `regexp` , we 
> can update the docs to make it known to more users.



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