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 6f7dc79 commit 8c8aa81Copy full SHA for 8c8aa81
sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/InMemoryFileIndex.scala
@@ -177,4 +177,4 @@ private class PathFilterWrapper(val filter: PathFilter) extends PathFilter with
177
override def accept(path: Path): Boolean = {
178
(filter == null || filter.accept(path)) && !InMemoryFileIndex.shouldFilterOut(path.getName)
179
}
180
-}
+}
0 commit comments