tustvold commented on code in PR #610:
URL:
https://github.com/apache/arrow-rs-object-store/pull/610#discussion_r2700259626
##########
src/http/mod.rs:
##########
@@ -138,6 +138,14 @@ impl ObjectStore for HttpStore {
self.client.get_opts(location, options).await
}
+ async fn delete_opts(&self, location: &Path, opts: DeleteOptions) ->
Result<()> {
+ let _ = (location, opts);
+ Err(crate::Error::NotImplemented {
Review Comment:
This seems to be strictly worse than the default impl?
--
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]