aboutsummaryrefslogtreecommitdiff
path: root/python/pyspark/shell.py
diff options
context:
space:
mode:
authorAndrew Or <andrew@databricks.com>2016-05-19 23:43:01 -0700
committerAndrew Or <andrew@databricks.com>2016-05-19 23:43:01 -0700
commit257375019266ab9e3c320e33026318cc31f58ada (patch)
treece885e91c56fd8d6133ee9a3c512d80cd826c6c2 /python/pyspark/shell.py
parent39fd469078271aa12f3163606000e06e382d35dc (diff)
downloadspark-257375019266ab9e3c320e33026318cc31f58ada.tar.gz
spark-257375019266ab9e3c320e33026318cc31f58ada.tar.bz2
spark-257375019266ab9e3c320e33026318cc31f58ada.zip
[SPARK-15421][SQL] Validate DDL property values
## What changes were proposed in this pull request? 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: ``` ALTER DATABASE my_db SET DBPROPERTIES('some_key') ``` 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. In such cases, we should throw exceptions instead. ## How was this patch tested? `DDLCommandSuite` Author: Andrew Or <andrew@databricks.com> Closes #13205 from andrewor14/ddl-prop-values.
Diffstat (limited to 'python/pyspark/shell.py')
0 files changed, 0 insertions, 0 deletions