Skip to content

Commit e1a9072

Browse files
committed
modify a test name
1 parent 74d08a5 commit e1a9072

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/execution/datasources/FileIndexSuite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ class FileIndexSuite extends SharedSQLContext {
181181
}
182182

183183
test("InMemoryFileIndex with empty rootPaths when PARALLEL_PARTITION_DISCOVERY_THRESHOLD" +
184-
"is not positive number") {
184+
"is a nonpositive number") {
185185
withSQLConf(SQLConf.PARALLEL_PARTITION_DISCOVERY_THRESHOLD.key -> "0") {
186186
new InMemoryFileIndex(spark, Seq.empty, Map.empty, None)
187187
}

0 commit comments

Comments
 (0)