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 e7bd971 commit 9d87c3fCopy full SHA for 9d87c3f
project/SparkBuild.scala
@@ -365,7 +365,7 @@ object PySparkAssembly {
365
366
val zipFile = new File(BuildCommons.sparkHome , "python/lib/pyspark.zip")
367
zipFile.delete()
368
- def entries(f: File):List[File] =
+ def entries(f: File): List[File] =
369
f :: (if (f.isDirectory) IO.listFiles(f).toList.flatMap(entries(_)) else Nil)
370
val sources = entries(src).map { d =>
371
(d, d.getAbsolutePath.substring(src.getParent.length +1))
0 commit comments