wjones127 commented on code in PR #4060: URL: https://github.com/apache/arrow-rs/pull/4060#discussion_r1201519738
########## object_store/src/util.rs: ########## @@ -170,6 +178,22 @@ fn merge_ranges( ret } +/// Common implementation for delete_all +#[allow(dead_code)] +pub(crate) fn delete_all_helper<'a>( Review Comment: TBH, I think the helper turned out not to be necessary, so I removed it entirely. -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org