Github user vvysotskyi commented on a diff in the pull request:
https://github.com/apache/drill/pull/942#discussion_r140209669
--- Diff:
exec/java-exec/src/main/java/org/apache/drill/exec/coord/zk/PathUtils.java ---
@@ -70,4 +72,14 @@ public static final String normalize(final String path) {
return builder.toString();
}
+ /**
+ * Creates and returns path with the protocol at the beginning from
specified {@code url}.
+ */
--- End diff --
Thanks, done.---
