Radeity commented on PR #14097:
URL: 
https://github.com/apache/dolphinscheduler/pull/14097#issuecomment-1547156197

   > like use Path class to handle it?
   
   Hi, @zhongjiajie , thanks for your comment, i think we can not use `Path` in 
package `java.nio.file` to to replace current String operation, cuz it's only 
for local filesystem and will do some normalization when creating an instance. 
`HDFS` is a filesystem and support its own Path class, maybe some api are 
useful, **HOWEVER** , such as S3, GCS, OSS, we just define path as object key 
and these object storage clients do not provide such a Path class.


-- 
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]

Reply via email to