SemyonSinchenko commented on code in PR #745:
URL: https://github.com/apache/incubator-graphar/pull/745#discussion_r2324085172
##########
maven-projects/info/src/main/java/org/apache/graphar/util/PathUtil.java:
##########
@@ -20,8 +20,22 @@
package org.apache.graphar.util;
public class PathUtil {
+
+ public static String resolvePath(String basePath, String subPath) {
Review Comment:
I would like to use them in full scenario. Like user provide an URI and a
method to read from URI. We do all the other things. What do you think? By the
end, sea://, hdfs://, file:/// are URIs too
--
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]