Andrew Or created SPARK-15421:
---------------------------------

             Summary: Table and Database property values need to be validated
                 Key: SPARK-15421
                 URL: https://issues.apache.org/jira/browse/SPARK-15421
             Project: Spark
          Issue Type: Bug
          Components: SQL
    Affects Versions: 2.0.0
            Reporter: Andrew Or
            Assignee: Andrew Or


When we parse DDLs involving table or database properties, we need to validate 
the values.

E.g. if we alter a database's property without providing a value:
{code}
ALTER DATABASE my_db SET DBPROPERTIES('some_key')
{code}

Then we'll ignore it with Hive, but override the property with the in-memory 
catalog. Inconsistencies like these arise because we don't validate the 
property values.



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