cloud-fan commented on code in PR #39488:
URL: https://github.com/apache/spark/pull/39488#discussion_r1073097121


##########
sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/DataSource.scala:
##########
@@ -70,7 +70,7 @@ import org.apache.spark.util.{HadoopFSUtils, ThreadUtils, 
Utils}
  *
  * @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 reading from a [[FileFormat]].
+ *              when reading from a [[FileFormat]]. These paths are expected 
to *not* be escaped.

Review Comment:
   shall we mention that they should be Hadoop path string?



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to