Terry Kim created SPARK-30370:
---------------------------------

             Summary: Update SqlBase.g4 to combine namespace and database 
tokens.
                 Key: SPARK-30370
                 URL: https://issues.apache.org/jira/browse/SPARK-30370
             Project: Spark
          Issue Type: Improvement
          Components: SQL
    Affects Versions: 3.0.0
            Reporter: Terry Kim


Instead of using `(database | NAMESPACE)` in the grammar, create 

namespace : NAMESPACE | DATABASE | SCHEMA;

and use it instead.

 

 



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