HyukjinKwon commented on a change in pull request #29659:
URL: https://github.com/apache/spark/pull/29659#discussion_r484320790
##########
File path:
sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/DataSource.scala
##########
@@ -68,8 +68,9 @@ import org.apache.spark.util.{ThreadUtils, Utils}
* metadata. For example, when reading a partitioned table from a file
system, partition columns
* will be inferred from the directory layout even if they are not specified.
*
- * @param paths A list of file system paths that hold data. These will be
globbed before and
- * qualified. This option only works when reading from a
[[FileFormat]].
+ * @param paths A list of file system paths that hold data. These will be
globbed before if
+ * the "globPaths" option is true, and will be qualified. This
option only works when
Review comment:
`globPaths` -> `__globPaths__`
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]