[ https://issues.apache.org/jira/browse/SPARK-15421?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Apache Spark reassigned SPARK-15421:
------------------------------------
Assignee: Apache Spark (was: Andrew Or)
> 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: Apache Spark
>
> 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-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org
|