Skip to content

Commit ea59ee5

Browse files
committed
Renamed PartitionSkippingSuite to PartitionBatchPruningSuite
1 parent fc517d0 commit ea59ee5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/core/src/test/scala/org/apache/spark/sql/columnar/PartitionSkippingSuite.scala renamed to sql/core/src/test/scala/org/apache/spark/sql/columnar/PartitionBatchPruningSuite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import org.apache.spark.sql.test.TestSQLContext._
2424

2525
case class IntegerData(i: Int)
2626

27-
class PartitionSkippingSuite extends FunSuite with BeforeAndAfterAll with BeforeAndAfter {
27+
class PartitionBatchPruningSuite extends FunSuite with BeforeAndAfterAll with BeforeAndAfter {
2828
var originalColumnBatchSize = columnBatchSize
2929

3030
override protected def beforeAll() {

0 commit comments

Comments
 (0)