You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by "Radeity (via GitHub)" <gi...@apache.org> on 2023/05/15 03:58:57 UTC

[GitHub] [dolphinscheduler] Radeity commented on pull request #14097: [Improvement-14095][Resource Center] Implement getResourceFileName in StorageOperator

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: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org