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 92618b3 commit f6ec4feCopy full SHA for f6ec4fe
sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/DataSource.scala
@@ -106,6 +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
110
* @return A pair of the data schema (excluding partition columns) and the schema of the partition
111
* columns.
112
*/
0 commit comments