Github user srowen commented on a diff in the pull request:
https://github.com/apache/spark/pull/20611#discussion_r211106263
--- Diff: core/src/main/scala/org/apache/spark/util/Utils.scala ---
@@ -1976,6 +1976,40 @@ private[spark] object Utils extends Logging {
}
}
+ /**
+ * Returns a qualified path object, API ported from
org.apache.hadoop.fs.Path class
--- End diff --
Specifically, it was ported from `org.apache.hadoop.fs.Path(URI, Path)`. I
think that's worth mentioning. Add a blank line after this and end the two
sentence fragments here with a period.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]