Reynold Xin created SPARK-21102:
-----------------------------------

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


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