Skip to content

Commit 91f87de

Browse files
committed
Tue Nov 8 20:11:02 PST 2016
1 parent 001cb1d commit 91f87de

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

sql/hive/src/test/scala/org/apache/spark/sql/hive/PartitionProviderCompatibilitySuite.scala

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ import org.apache.spark.util.Utils
2929
class PartitionProviderCompatibilitySuite
3030
extends QueryTest with TestHiveSingleton with SQLTestUtils {
3131

32-
/*
3332
private def setupPartitionedDatasourceTable(tableName: String, dir: File): Unit = {
3433
spark.range(5).selectExpr("id as fieldOne", "id as partCol").write
3534
.partitionBy("partCol")
@@ -188,7 +187,6 @@ class PartitionProviderCompatibilitySuite
188187
}
189188
}
190189
}
191-
*/
192190

193191
/**
194192
* Runs a test against a multi-level partitioned table, then validates that the custom locations

0 commit comments

Comments
 (0)