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 0cd31ad commit e8a4d6dCopy full SHA for e8a4d6d
sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/DataSource.scala
@@ -739,7 +739,7 @@ object DataSource extends Logging {
739
checkEmptyGlobPath: Boolean,
740
checkFilesExist: Boolean): Seq[Path] = {
741
val qualifiedPaths = pathStrings
742
- .map{pathString =>
+ .map { pathString =>
743
val path = new Path(pathString)
744
val fs = path.getFileSystem(hadoopConf)
745
path.makeQualified(fs.getUri, fs.getWorkingDirectory)
0 commit comments