meethngala commented on code in PR #3577: URL: https://github.com/apache/gobblin/pull/3577#discussion_r1016185729
########## gobblin-utility/src/main/java/org/apache/gobblin/util/PathUtils.java: ########## @@ -80,6 +80,18 @@ public static Path getRootPath(Path path) { return getRootPath(path.getParent()); } + /** + * Returns the root path child for the specified path. Review Comment: thanks for the suggestion. I have added an example. -- 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: dev-unsubscr...@gobblin.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org