Skip to content

Commit 28c8158

Browse files
committed
modify a test case
1 parent 9cadd41 commit 28c8158

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ case class DataSource(
8686
lazy val providingClass: Class[_] = DataSource.lookupDataSource(className)
8787
lazy val sourceInfo: SourceInfo = sourceSchema()
8888
private val caseInsensitiveOptions = CaseInsensitiveMap(options)
89+
8990
/**
9091
* Get the schema of the given FileFormat, if provided by `userSpecifiedSchema`, or try to infer
9192
* it. In the read path, only managed tables by Hive provide the partition columns properly when

0 commit comments

Comments
 (0)