Skip to content

Commit 3c079ff

Browse files
committed
modify a style
1 parent e1a9072 commit 3c079ff

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
@@ -192,7 +192,7 @@ class FileIndexSuite extends SharedSQLContext {
192192
}
193193
}.getMessage
194194
assert(e.contains("The maximum number of paths allowed for listing files at " +
195-
"driver side must not be negative"))
195+
"driver side must not be negative"))
196196
}
197197

198198
test("refresh for InMemoryFileIndex with FileStatusCache") {

0 commit comments

Comments
 (0)