We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dee6a4e commit b595b7fCopy full SHA for b595b7f
sql/hive/src/test/scala/org/apache/spark/sql/sources/HadoopFsRelationTest.scala
@@ -696,7 +696,7 @@ abstract class HadoopFsRelationTest extends QueryTest with SQLTestUtils with Tes
696
}
697
698
699
- test("SPARK-10216: Avoid empty files during overwriting table with group by query") {
+ test("SPARK-10216: Avoid empty files during overwriting with group by query") {
700
withTempPath { path =>
701
val df = sqlContext.range(0, 5)
702
val groupedDF = df.groupBy("id").count()
0 commit comments