Skip to content

Commit d1df4fd

Browse files
marmbrusliancheng
authored andcommitted
Remove test tables that might always get created anyway?
1 parent ab9e807 commit d1df4fd

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

sql/hive/src/main/scala/org/apache/spark/sql/hive/TestHive.scala

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -160,12 +160,6 @@ class TestHiveContext(sc: SparkContext) extends LocalHiveContext(sc) {
160160
TestTable("src1",
161161
"CREATE TABLE src1 (key INT, value STRING)".cmd,
162162
s"LOAD DATA LOCAL INPATH '${getHiveFile("data/files/kv3.txt")}' INTO TABLE src1".cmd),
163-
TestTable("dest1",
164-
"CREATE TABLE IF NOT EXISTS dest1 (key INT, value STRING)".cmd),
165-
TestTable("dest2",
166-
"CREATE TABLE IF NOT EXISTS dest2 (key INT, value STRING)".cmd),
167-
TestTable("dest3",
168-
"CREATE TABLE IF NOT EXISTS dest3 (key INT, value STRING)".cmd),
169163
TestTable("srcpart", () => {
170164
runSqlHive(
171165
"CREATE TABLE srcpart (key INT, value STRING) PARTITIONED BY (ds STRING, hr STRING)")

0 commit comments

Comments
 (0)