Github user zsxwing commented on a diff in the pull request:
https://github.com/apache/spark/pull/17702#discussion_r149211542
--- Diff:
sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/DataSource.scala
---
@@ -432,6 +433,32 @@ case class DataSource(
}
/**
+ * Return all paths represented by the wildcard string.
+ * Follow [[InMemoryFileIndex]].bulkListLeafFile and reuse the conf.
+ */
+ private def getGlobbedPaths(
--- End diff --
Could you move this method to `object DataSource`?
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]