yangxk1 commented on code in PR #745:
URL: https://github.com/apache/incubator-graphar/pull/745#discussion_r2324037555
##########
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:
Hi @SemyonSinchenko , Do we use URI in full scenarios or just use URI to
resolve the path.
If it is the former, does the chunk path also apply to uri (for example,
`getPropertyGroupChunkPath`). If it is the latter,
`Path.of(basePath).resolve(subPath).toString()` can also be easily solved.
--
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]