File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
sql/hive/src/main/scala/org/apache/spark/sql/hive Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff 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)" )
You can’t perform that action at this time.
0 commit comments