CTTY commented on code in PR #2080:
URL: https://github.com/apache/iceberg-rust/pull/2080#discussion_r2739383831


##########
crates/iceberg/src/io/file_io.rs:
##########
@@ -105,13 +103,7 @@ impl FileIO {
     /// - If the path is a empty directory, this function will remove the 
directory itself.
     /// - If the path is a non-empty directory, this function will remove the 
directory and all nested files and directories.
     pub async fn remove_dir_all(&self, path: impl AsRef<str>) -> Result<()> {

Review Comment:
   We can rename this to `delete_prefix` as well



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