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 e1a9072 commit 3c079ffCopy full SHA for 3c079ff
sql/core/src/test/scala/org/apache/spark/sql/execution/datasources/FileIndexSuite.scala
@@ -192,7 +192,7 @@ class FileIndexSuite extends SharedSQLContext {
192
}
193
}.getMessage
194
assert(e.contains("The maximum number of paths allowed for listing files at " +
195
- "driver side must not be negative"))
+ "driver side must not be negative"))
196
197
198
test("refresh for InMemoryFileIndex with FileStatusCache") {
0 commit comments