Github user cloud-fan commented on a diff in the pull request:
https://github.com/apache/spark/pull/17204#discussion_r104861159
--- Diff:
sql/core/src/test/scala/org/apache/spark/sql/test/SQLTestUtils.scala ---
@@ -337,4 +339,15 @@ private[sql] object SQLTestUtils {
None
}
}
+
+ /**
+ * This method is used to make the given path qualified, when a path
+ * does not contain a scheme, this path will not be changed after the
default
+ * FileSystem is changed.
+ */
+ def makeQualifiedPath(path: URI, hadoopConf: Configuration): URI = {
--- End diff --
how about taking path as a string?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]