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 9cadd41 commit 28c8158Copy full SHA for 28c8158
sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/DataSource.scala
@@ -86,6 +86,7 @@ case class DataSource(
86
lazy val providingClass: Class[_] = DataSource.lookupDataSource(className)
87
lazy val sourceInfo: SourceInfo = sourceSchema()
88
private val caseInsensitiveOptions = CaseInsensitiveMap(options)
89
+
90
/**
91
* Get the schema of the given FileFormat, if provided by `userSpecifiedSchema`, or try to infer
92
* it. In the read path, only managed tables by Hive provide the partition columns properly when
0 commit comments