Skip to content

Commit 3e495a7

Browse files
committed
fix a comment
1 parent f6ec4fe commit 3e495a7

File tree

1 file changed

+1
-1
lines changed
  • sql/core/src/main/scala/org/apache/spark/sql/execution/datasources

1 file changed

+1
-1
lines changed

sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/DataSource.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ case class DataSource(
106106
* be any further inference in any triggers.
107107
*
108108
* @param format the file format object for this DataSource
109-
* @param fileStatusCache fileStatusCache for InMemoryFileIndex
109+
* @param fileStatusCache the shared cache for file statuses to speed up listing
110110
* @return A pair of the data schema (excluding partition columns) and the schema of the partition
111111
* columns.
112112
*/

0 commit comments

Comments
 (0)