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 f6ec4fe commit 3e495a7Copy full SHA for 3e495a7
sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/DataSource.scala
@@ -106,7 +106,7 @@ case class DataSource(
106
* be any further inference in any triggers.
107
*
108
* @param format the file format object for this DataSource
109
- * @param fileStatusCache fileStatusCache for InMemoryFileIndex
+ * @param fileStatusCache the shared cache for file statuses to speed up listing
110
* @return A pair of the data schema (excluding partition columns) and the schema of the partition
111
* columns.
112
*/
0 commit comments