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

Derek Sabry updated SPARK-12139:
--------------------------------
    Description: 
When executing a query of the form

Select `(a)?\+.\+` from A,

Hive would interprets this query as a regular expression, which can be 
supported in the hive parser for spark

  was:
When executing a query of the form

Select `(a)?+.+` from A,

Hive would interprets this query as a regular expression, which can be 
supported in the hive parser for spark


> REGEX Column Specification for Hive Queries
> -------------------------------------------
>
>                 Key: SPARK-12139
>                 URL: https://issues.apache.org/jira/browse/SPARK-12139
>             Project: Spark
>          Issue Type: New Feature
>          Components: SQL
>            Reporter: Derek Sabry
>            Priority: Minor
>
> When executing a query of the form
> Select `(a)?\+.\+` from A,
> Hive would interprets this query as a regular expression, which can be 
> supported in the hive parser for spark



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to