aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql')
-rw-r--r--sql/core/src/test/scala/org/apache/spark/sql/execution/command/DDLCommandSuite.scala13
1 files changed, 0 insertions, 13 deletions
diff --git a/sql/core/src/test/scala/org/apache/spark/sql/execution/command/DDLCommandSuite.scala b/sql/core/src/test/scala/org/apache/spark/sql/execution/command/DDLCommandSuite.scala
index 70765158b5..e99eb02252 100644
--- a/sql/core/src/test/scala/org/apache/spark/sql/execution/command/DDLCommandSuite.scala
+++ b/sql/core/src/test/scala/org/apache/spark/sql/execution/command/DDLCommandSuite.scala
@@ -619,19 +619,6 @@ class DDLCommandSuite extends PlanTest {
parser.parsePlan("DROP TABLE tab FOR REPLICATION('eventid')")
}
intercept[ParseException] {
- parser.parsePlan("CREATE VIEW testView AS SELECT id FROM tab")
- }
- intercept[ParseException] {
- parser.parsePlan("ALTER VIEW testView AS SELECT id FROM tab")
- }
- intercept[ParseException] {
- parser.parsePlan(
- """
- |CREATE EXTERNAL TABLE parquet_tab2(c1 INT, c2 STRING)
- |TBLPROPERTIES('prop1Key '= "prop1Val", ' `prop2Key` '= "prop2Val")
- """.stripMargin)
- }
- intercept[ParseException] {
parser.parsePlan(
"""
|CREATE EXTERNAL TABLE oneToTenDef