Skip to content

Commit f1da0a4

Browse files
committed
fix a style
1 parent 6b5454a commit f1da0a4

File tree

1 file changed

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

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,8 @@ case class DataSource(
384384
catalogTable.get,
385385
catalogTable.get.stats.map(_.sizeInBytes.toLong).getOrElse(defaultTableSize))
386386
} else {
387-
new InMemoryFileIndex(sparkSession, globbedPaths, options, Some(partitionSchema), fileStatusCache)
387+
new InMemoryFileIndex(sparkSession, globbedPaths, options, Some(partitionSchema),
388+
fileStatusCache)
388389
}
389390

390391
HadoopFsRelation(

0 commit comments

Comments
 (0)