JNSimba commented on code in PR #56175:
URL: https://github.com/apache/doris/pull/56175#discussion_r2370829491


##########
fe/fe-core/src/main/java/org/apache/doris/fs/remote/RemoteFile.java:
##########
@@ -75,6 +77,22 @@ public void setPath(Path path) {
         this.path = path;
     }
 
+    public String getBucket() {
+        return bucket;
+    }
+
+    public void setBucket(String bucket) {
+        this.bucket = bucket;
+    }
+
+    public String getParentPath() {
+        return parentPath;
+    }
+
+    public void setParentPath(String parentPath) {
+        this.parentPath = parentPath;

Review Comment:
   already remove



##########
fe/fe-core/src/main/java/org/apache/doris/fs/remote/RemoteFile.java:
##########
@@ -75,6 +77,22 @@ public void setPath(Path path) {
         this.path = path;
     }
 
+    public String getBucket() {
+        return bucket;
+    }
+
+    public void setBucket(String bucket) {
+        this.bucket = bucket;
+    }
+
+    public String getParentPath() {
+        return parentPath;
+    }
+
+    public void setParentPath(String parentPath) {
+        this.parentPath = parentPath;

Review Comment:
   
https://github.com/apache/doris/blob/71a8baca13a7d562d8ab7faf93f137302889ec5f/fe/fe-core/src/main/java/org/apache/doris/fs/obj/S3ObjStorage.java#L646-L647



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

Reply via email to