Skip to content

Commit b595b7f

Browse files
committed
Rename test in HadoopFsRelationTest
1 parent dee6a4e commit b595b7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/hive/src/test/scala/org/apache/spark/sql/sources/HadoopFsRelationTest.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -696,7 +696,7 @@ abstract class HadoopFsRelationTest extends QueryTest with SQLTestUtils with Tes
696696
}
697697
}
698698

699-
test("SPARK-10216: Avoid empty files during overwriting table with group by query") {
699+
test("SPARK-10216: Avoid empty files during overwriting with group by query") {
700700
withTempPath { path =>
701701
val df = sqlContext.range(0, 5)
702702
val groupedDF = df.groupBy("id").count()

0 commit comments

Comments
 (0)