[ 
https://issues.apache.org/jira/browse/SPARK-21102?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16056491#comment-16056491
 ] 

Apache Spark commented on SPARK-21102:
--------------------------------------

User 'aokolnychyi' has created a pull request for this issue:
https://github.com/apache/spark/pull/18368

> Refresh command is too aggressive in parsing
> --------------------------------------------
>
>                 Key: SPARK-21102
>                 URL: https://issues.apache.org/jira/browse/SPARK-21102
>             Project: Spark
>          Issue Type: Bug
>          Components: SQL
>    Affects Versions: 2.2.0
>            Reporter: Reynold Xin
>              Labels: starter
>
> SQL REFRESH command parsing is way too aggressive:
> {code}
>     | REFRESH TABLE tableIdentifier                                    
> #refreshTable
>     | REFRESH .*?                                                      
> #refreshResource
> {code}
> We should change it so it takes the whole string (without space), or a quoted 
> string.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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

Reply via email to