Skip to content

Commit 65239f9

Browse files
committed
Convert parallel collection
1 parent 1df3316 commit 65239f9

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -784,7 +784,7 @@ object DataSource extends Logging {
784784
}
785785
}
786786

787-
allPaths
787+
allPaths.seq
788788
}
789789

790790
/**

0 commit comments

Comments
 (0)