ruanwenjun commented on code in PR #12486:
URL: 
https://github.com/apache/dolphinscheduler/pull/12486#discussion_r1002498096


##########
dolphinscheduler-common/src/main/java/org/apache/dolphinscheduler/common/utils/FileUtils.java:
##########
@@ -85,26 +85,36 @@ public static String getUploadFilename(String tenantCode, 
String filename) {
         return fileName;
     }
 
+    public static String getTenantDir(String tenant) {
+        return DATA_BASEDIR + "/exec/process/" + tenant;

Review Comment:
   I remove this method, since we don't need this method.



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